summaryrefslogtreecommitdiff
path: root/gdb/common
Commit message (Expand)AuthorAgeFilesLines
* Move code to disable ASR to nat/Sergio Durigan Junior2015-01-151-0/+1
* Move safe_strerror to common/Sergio Durigan Junior2015-01-154-0/+144
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-0149-49/+49
* Fix make_cleanup_dtor signature to match declarationSimon Marchi2014-12-031-1/+1
* Fix comment typoSimon Marchi2014-12-021-1/+1
* Include alloca.h unconditionallyYao Qi2014-11-211-0/+1
* common-defs.h: include <stdarg.h> before <stdio.h>Joel Brobecker2014-11-141-1/+1
* Include common-exceptions.h in common-defs.hGary Benson2014-10-081-0/+1
* Include cleanups.h in common-defs.hGary Benson2014-10-082-1/+1
* Rename target_{stop,continue}_ptidGary Benson2014-09-221-2/+2
* Include common-defs.h instead of defs.h/server.h in shared codeGary Benson2014-09-1214-77/+14
* Introduce common-regcache.hGary Benson2014-09-121-0/+36
* Introduce common/symbol.hGary Benson2014-09-112-12/+40
* Introduce target_{stop,continue}_ptidGary Benson2014-09-111-35/+2
* Introduce target/target.hGary Benson2014-09-111-44/+8
* Introduce show_debug_regsGary Benson2014-09-112-0/+9
* Rename 32- and 64-bit Intel files from "i386" to "x86"Gary Benson2014-09-022-67/+67
* Introduce common/common-exceptions.[ch]Gary Benson2014-08-292-0/+493
* Introduce common/gdb_setjmp.hGary Benson2014-08-292-0/+45
* Move cleanups.[ch] to commonGary Benson2014-08-292-0/+366
* Move internal_{,v}warning to common/errors.[ch]Gary Benson2014-08-292-0/+27
* Introduce common-debug.hGary Benson2014-08-194-9/+89
* Move print-utils.h to common-defs.hGary Benson2014-08-191-0/+1
* Introduce common-types.hGary Benson2014-08-192-0/+62
* Introduce common/errors.hGary Benson2014-08-194-4/+137
* Move errno.h to common-defs.hGary Benson2014-08-071-0/+1
* Include string.h in common-defs.hGary Benson2014-08-0712-22/+1
* Include gdb_assert.h in common-defs.hGary Benson2014-08-075-5/+1
* Move common-utils.h to common-defs.hGary Benson2014-08-072-2/+1
* Move ptid.h to common-defs.hGary Benson2014-08-071-0/+1
* Move gdb_locale.h to common-defs.hGary Benson2014-08-071-0/+1
* Move gdb/signals.h to common-defs.hGary Benson2014-08-071-0/+1
* Move pathmax.h to common-defs.hGary Benson2014-08-071-0/+1
* Move libiberty.h to common-defs.hGary Benson2014-08-072-1/+1
* Move ansidecl.h to common-defs.hGary Benson2014-08-073-3/+1
* Move stddef.h to common-defs.hGary Benson2014-08-074-4/+1
* Move stdarg.h to common-defs.hGary Benson2014-08-072-1/+1
* Move stdlib.h to common-defs.hGary Benson2014-08-073-3/+1
* Move stdio.h to common-defs.hGary Benson2014-08-073-2/+2
* Do not include defs.h or server.h in any header fileGary Benson2014-07-311-6/+0
* Introduce common/common-defs.hGary Benson2014-07-301-0/+30
* Do not include config.h directlyGary Benson2014-07-301-1/+0
* Make all source files include defs.h or server.h firstGary Benson2014-07-301-0/+5
* Move shared native target specific code to gdb/natGary Benson2014-06-2014-4477/+0
* Separate out ANSI-standard signalsGary Benson2014-06-091-26/+41
* Fix gdb.base/watch-vfork.exp: Watchpoint triggers after vfork (sw) (timeout) ...Hui Zhu2014-06-082-0/+10
* Remove preprocessor conditionals for ANSI-standard signalsGary Benson2014-06-061-24/+0
* Add new infrun.h header.Pedro Alves2014-05-221-1/+1
* PR server/16255: gdbserver cannot attach to a second inferior that is multi-t...Pedro Alves2014-04-252-9/+9
* Add AVX512 registers support to GDB and GDBserver.Michael Sturm2014-04-241-4/+16