aboutsummaryrefslogtreecommitdiff
path: root/gdb/common
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-16btrace: increase buffer sizeMarkus Metzger1-10/+15
2014-01-16btrace: uppercase btrace_read_typeMarkus Metzger2-3/+3
2014-01-16btrace, linux: fix memory leak when reading branch traceMarkus Metzger1-0/+3
2014-01-14Change 'len' of linux_common_xfer_osdata to ULONGEST.Yao Qi2-12/+12
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker44-44/+44
2013-12-02Fix filestuff.c build error if RLIMIT_NOFILE not defined.Joel Brobecker1-1/+1
2013-11-26Fix PR16193 - gdbserver aborts.Walfred Tedeschi1-7/+8
2013-11-20Add MPX registers tests.Walfred Tedeschi1-1/+7
2013-11-20Add MPX support for i386Walfred Tedeschi1-4/+16
2013-11-18remove gdb_stat.hTom Tromey3-61/+2
2013-11-18remove gdb_dirent.hTom Tromey4-43/+4
2013-11-18don't check for string.h or strings.hTom Tromey1-1/+0
2013-11-18remove gdb_string.hTom Tromey7-75/+6
2013-11-08introduce common.m4Tom Tromey1-0/+38
2013-10-25infrun debug output: print enum gdb_signal symbol names instead of POSIX sign...Pedro Alves2-1/+14
2013-10-25Fix off-by-one errors in *scanf format strings.Gary Benson1-25/+41
2013-10-25Fix up a couple oddities in GDB's signal names and strings.Pedro Alves1-12/+12
2013-10-09Minor O_CLOEXEC optimization, "regression" fixJan Kratochvil1-10/+11
2013-10-04Clean up ptid.h/ptid.c.Pedro Alves2-49/+37
2013-10-03Always run the PTRACE_O_TRACESYSGOOD tests even if PTRACE_O_TRACEFORK is not ...Pedro Alves1-37/+46
2013-09-30 * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.Luis Machado2-3/+35
2013-09-29gdb: btrace: fix build errors on older glibc buildsMike Frysinger1-2/+5
2013-09-14 * common/filestuff.c (gdb_fopen_cloexec): Do not try to use "e"Pierre Muller1-1/+7
2013-08-28gdb/common/linux-ptrace.c: Fix build on non-Intel architectures.Will Newton1-1/+2
2013-08-23 * common/linux-ptrace.c (linux_fork_to_function): Push #Luis Machado1-4/+4
2013-08-22 Unify ptrace options discovery code and make both GDB andLuis Machado2-4/+321
2013-08-19 gdb/Luis Machado2-227/+0
2013-08-13Handle '#' flag for printf of pointer types.Andrew Burgess1-1/+3
2013-07-27gdb/Yao Qi2-0/+475