summaryrefslogtreecommitdiff
path: root/gdb/defs.h
Commit message (Expand)AuthorAgeFilesLines
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* remote: allow aborting long operations (e.g., file transfers)Pedro Alves2015-08-251-11/+9
* Use macros for some enum bit field sizes.Doug Evans2015-08-151-0/+5
* tui: replace deprecated_register_changed_hook with observerPatrick Palka2015-07-081-1/+0
* Move utility functions to common/Jan Kratochvil2015-06-151-19/+0
* compile: New 'compile print'Jan Kratochvil2015-05-161-0/+9
* compile: Distribute scope, add scope_dataJan Kratochvil2015-05-161-0/+1
* Get rid of deprecated_init_ui_hookJoel Brobecker2015-05-061-5/+0
* Remove --xdbJan Kratochvil2015-04-111-3/+0
* Add extern "C" to declarations of C symbolsPedro Alves2015-02-271-1/+1
* Move code to disable ASR to nat/Sergio Durigan Junior2015-01-151-1/+0
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* MIPS SDE OS ABI supportYao Qi2014-12-191-0/+1
* Fix build with Python 3.4 (PR python/16784)Simon Marchi2014-12-151-4/+4
* the "compile" commandTom Tromey2014-12-121-0/+28
* Include alloca.h unconditionallyYao Qi2014-11-211-21/+0
* Delete Tru64 supportPedro Alves2014-10-171-1/+0
* Introduce common-types.hGary Benson2014-08-191-29/+0
* Move errno.h to common-defs.hGary Benson2014-08-071-1/+0
* Move common-utils.h to common-defs.hGary Benson2014-08-071-2/+0
* Move ptid.h to common-defs.hGary Benson2014-08-071-2/+0
* Move gdb_locale.h to common-defs.hGary Benson2014-08-071-2/+0
* Move gdb/signals.h to common-defs.hGary Benson2014-08-071-3/+0
* Move pathmax.h to common-defs.hGary Benson2014-08-071-3/+0
* Move libiberty.h to common-defs.hGary Benson2014-08-071-1/+0
* Move ansidecl.h to common-defs.hGary Benson2014-08-071-5/+0
* Move stddef.h to common-defs.hGary Benson2014-08-071-2/+0
* Move stdarg.h to common-defs.hGary Benson2014-08-071-2/+0
* Move stdlib.h to common-defs.hGary Benson2014-08-071-3/+0
* Move stdio.h to common-defs.hGary Benson2014-08-071-1/+0
* Introduce common/common-defs.hGary Benson2014-07-301-2/+1
* constify to_loadTom Tromey2014-06-261-1/+1
* Add xmethod interface to the extension language API.Siva Chandra2014-06-031-0/+2
* Fix SIGTERM signal safety (PR gdb/15358).Jan Kratochvil2014-03-181-1/+4
* Annotate comments for Doxygen.Stan Shebs2014-02-251-64/+68
* remove exec_set_find_memory_regionsTom Tromey2014-02-191-4/+0
* Add Guile as an extension language.Doug Evans2014-02-091-0/+1
* Extension Language APIDoug Evans2014-02-051-6/+2
* remove use_windowsTom Tromey2014-01-131-4/+0
* remove unused deprecated_flush_hook declarationTom Tromey2014-01-131-1/+0
* remove deprecated_set_hookTom Tromey2014-01-131-2/+0
* replace XCALLOC with XCNEWVEC or XCNEWTom Tromey2014-01-131-5/+0
* replace XMALLOC with XNEWTom Tromey2014-01-131-1/+0
* replace XZALLOC with XCNEWTom Tromey2014-01-131-1/+0
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* stdlib.h is universal tooTom Tromey2013-11-181-2/+0
* don't check for stddef.hTom Tromey2013-11-181-6/+0
* Constification of parse_linespec and fallout:Keith Seitz2013-10-021-2/+0
* * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.Luis Machado2013-09-301-12/+0
* Remove deprecated_command_loop_hook.Andrew Burgess2013-09-051-5/+2