xref: /qemu/scripts/qemugdb/__init__.py (revision 6acc5c04)
1*6acc5c04SPhilippe Mathieu-Daudé#
293b1b365SPeter Maydell# GDB debugging support
393b1b365SPeter Maydell#
493b1b365SPeter Maydell# Copyright (c) 2015 Linaro Ltd
593b1b365SPeter Maydell#
693b1b365SPeter Maydell# This program is free software; you can redistribute it and/or
793b1b365SPeter Maydell# modify it under the terms of the GNU General Public License
893b1b365SPeter Maydell# as published by the Free Software Foundation; either version 2
993b1b365SPeter Maydell# of the License, or (at your option) any later version.
1093b1b365SPeter Maydell#
1193b1b365SPeter Maydell# This program is distributed in the hope that it will be useful,
1293b1b365SPeter Maydell# but WITHOUT ANY WARRANTY; without even the implied warranty of
1393b1b365SPeter Maydell# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1493b1b365SPeter Maydell# GNU General Public License for more details.
1593b1b365SPeter Maydell#
1693b1b365SPeter Maydell# You should have received a copy of the GNU General Public License
1793b1b365SPeter Maydell# along with this program; if not, see
1893b1b365SPeter Maydell# <http://www.gnu.org/licenses/gpl-2.0.html>
1993b1b365SPeter Maydell#
2093b1b365SPeter Maydell
2193b1b365SPeter Maydell# We don't need to do anything in our init file currently.
2293b1b365SPeter Maydell
2393b1b365SPeter Maydell"""
2493b1b365SPeter MaydellSupport routines for debugging QEMU under GDB
2593b1b365SPeter Maydell"""
2693b1b365SPeter Maydell
2793b1b365SPeter Maydell__license__    = "GPL version 2 or (at your option) any later version"
28