aboutsummaryrefslogtreecommitdiff
path: root/gdb/common
AgeCommit message (Expand)AuthorFilesLines
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
2014-02-27Move ptid_match to common/ptid.c.Hui Zhu2-0/+24
2014-02-26start change to progspace independenceTom Tromey1-1/+2
2014-02-26use bound_minsym as result for lookup_minimal_symbol et alTom Tromey1-3/+3
2014-02-26change minsym representationTom Tromey1-1/+1
2014-02-21Fix crash on process name "(sd-pam)" (PR 16594).Jan Kratochvil1-10/+6
2014-02-19common/ptid.h: Mention that process_stratum targets should prefer ptid.lwp.Pedro Alves1-1/+6
2014-02-19convert to_supports_btraceTom Tromey2-3/+3
2014-02-12update rsp-low commentsTom Tromey2-1/+38
2014-02-12replace convert_ascii_to_int with hex2binTom Tromey2-14/+0
2014-02-12replace unhexify with hex2binTom Tromey2-21/+0
2014-02-12replace convert_int_to_ascii with bin2hexTom Tromey2-18/+0
2014-02-12replace hexify with bin2hexTom Tromey2-16/+0
2014-02-12don't let hexify call strlenTom Tromey1-4/+0
2014-02-12don't let bin2hex call strlenTom Tromey1-4/+0
2014-02-12move some rsp bits into rsp-low.hTom Tromey2-0/+347
2014-02-12share "cell" codeTom Tromey2-0/+404
2014-01-22Add ARI (ok) marker for __func__ reference in common-utils.hJoel Brobecker1-1/+1
2014-01-22Expand documentation of common-utils.h::FUNCTION_NAMEJoel Brobecker1-1/+6
2014-01-17Add delim_string_to_char_ptr_vec.Doug Evans2-17/+45
2014-01-17Move ASSERT_FUNCTION to FUNCTION_NAME.Doug Evans3-18/+20
2014-01-16btrace, gdbserver: read branch trace incrementallyMarkus Metzger3-38/+101