aboutsummaryrefslogtreecommitdiff
path: root/gdb/common
AgeCommit message (Expand)AuthorFilesLines
2015-01-15Move code to disable ASR to nat/Sergio Durigan Junior1-0/+1
2015-01-15Move safe_strerror to common/Sergio Durigan Junior4-0/+144
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker49-49/+49
2014-12-03Fix make_cleanup_dtor signature to match declarationSimon Marchi1-1/+1
2014-12-02Fix comment typoSimon Marchi1-1/+1
2014-11-21Include alloca.h unconditionallyYao Qi1-0/+1
2014-11-14common-defs.h: include <stdarg.h> before <stdio.h>Joel Brobecker1-1/+1
2014-10-08Include common-exceptions.h in common-defs.hGary Benson1-0/+1
2014-10-08Include cleanups.h in common-defs.hGary Benson2-1/+1
2014-09-22Rename target_{stop,continue}_ptidGary Benson1-2/+2
2014-09-12Include common-defs.h instead of defs.h/server.h in shared codeGary Benson14-77/+14
2014-09-12Introduce common-regcache.hGary Benson1-0/+36
2014-09-11Introduce common/symbol.hGary Benson2-12/+40
2014-09-11Introduce target_{stop,continue}_ptidGary Benson1-35/+2
2014-09-11Introduce target/target.hGary Benson1-44/+8
2014-09-11Introduce show_debug_regsGary Benson2-0/+9
2014-09-02Rename 32- and 64-bit Intel files from "i386" to "x86"Gary Benson2-67/+67
2014-08-29Introduce common/common-exceptions.[ch]Gary Benson2-0/+493
2014-08-29Introduce common/gdb_setjmp.hGary Benson2-0/+45
2014-08-29Move cleanups.[ch] to commonGary Benson2-0/+366
2014-08-29Move internal_{,v}warning to common/errors.[ch]Gary Benson2-0/+27
2014-08-19Introduce common-debug.hGary Benson4-9/+89
2014-08-19Move print-utils.h to common-defs.hGary Benson1-0/+1
2014-08-19Introduce common-types.hGary Benson2-0/+62
2014-08-19Introduce common/errors.hGary Benson4-4/+137
2014-08-07Move errno.h to common-defs.hGary Benson1-0/+1
2014-08-07Include string.h in common-defs.hGary Benson12-22/+1
2014-08-07Include gdb_assert.h in common-defs.hGary Benson5-5/+1
2014-08-07Move common-utils.h to common-defs.hGary Benson2-2/+1
2014-08-07Move ptid.h to common-defs.hGary Benson1-0/+1
2014-08-07Move gdb_locale.h to common-defs.hGary Benson1-0/+1
2014-08-07Move gdb/signals.h to common-defs.hGary Benson1-0/+1
2014-08-07Move pathmax.h to common-defs.hGary Benson1-0/+1
2014-08-07Move libiberty.h to common-defs.hGary Benson2-1/+1
2014-08-07Move ansidecl.h to common-defs.hGary Benson3-3/+1
2014-08-07Move stddef.h to common-defs.hGary Benson4-4/+1
2014-08-07Move stdarg.h to common-defs.hGary Benson2-1/+1
2014-08-07Move stdlib.h to common-defs.hGary Benson3-3/+1
2014-08-07Move stdio.h to common-defs.hGary Benson3-2/+2
2014-07-31Do not include defs.h or server.h in any header fileGary Benson1-6/+0
2014-07-30Introduce common/common-defs.hGary Benson1-0/+30
2014-07-30Do not include config.h directlyGary Benson1-1/+0
2014-07-30Make all source files include defs.h or server.h firstGary Benson1-0/+5
2014-06-20Move shared native target specific code to gdb/natGary Benson14-4477/+0
2014-06-09Separate out ANSI-standard signalsGary Benson1-26/+41
2014-06-08Fix gdb.base/watch-vfork.exp: Watchpoint triggers after vfork (sw) (timeout) ...Hui Zhu2-0/+10
2014-06-06Remove preprocessor conditionals for ANSI-standard signalsGary Benson1-24/+0
2014-05-22Add new infrun.h header.Pedro Alves1-1/+1
2014-04-25PR server/16255: gdbserver cannot attach to a second inferior that is multi-t...Pedro Alves2-9/+9
2014-04-24Add AVX512 registers support to GDB and GDBserver.Michael Sturm1-4/+16