aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2018-08-07Replace some uses of xstrprintf with string_printfSimon Marchi11-83/+99
2018-08-07Support parallel make check with GNU make 4.2+Rainer Orth2-4/+10
2018-08-06Fix compilation failure in remote.cSimon Marchi2-10/+15
2018-08-06Allow larger regblock sizes when saving tracefilesPedro Franco de Carvalho2-19/+29
2018-08-06Variable size for regs mask in collection listPedro Franco de Carvalho3-24/+59
2018-08-06Use remote register numbers in tracepoint maskPedro Franco de Carvalho3-86/+139
2018-08-06Use get_remote_packet_size in download_tracepointPedro Franco de Carvalho2-34/+109
2018-08-06Remove trailing '-' from the last QTDP action packetPedro Franco de Carvalho2-2/+7
2018-08-06Fix indentation in remote_target::download_tracepointPedro Franco de Carvalho2-18/+23
2018-08-06Update dg-extract-results.* from gccRainer Orth3-457/+10
2018-08-06Remove unused variables in procfs.c etc.Rainer Orth3-5/+7
2018-08-06gdb: Only run scheduler-locking tests if feature is supportedAndrew Burgess3-21/+103
2018-08-06gdb: Avoid using W_STOPCODE(0) as this is ambiguous on MIPSAndrew Burgess2-4/+17
2018-08-04[gdb/testsuite] Fix regexp in py-rbreak.expTom de Vries2-1/+5
2018-08-03Fix thinko when deciding whether to disable TCP's Nagle algorithmSergio Durigan Junior2-1/+7
2018-08-02Allow "info address" of a template parameterTom Tromey4-1/+44
2018-08-02Fix kill issue leading to zombie process on MacOS SierraXavier Roirand2-0/+24
2018-08-02Check results of get_darwin_inferiorTom Tromey2-14/+28
2018-07-31Document the GDB 8.1.1 release in gdb/ChangeLogJoel Brobecker1-0/+4
2018-07-31Fix segfault when invoking -var-info-path-expression on a dynamic varobjJan Vrany6-0/+223
2018-07-31Re-generate gnulib importSimon Marchi7-572/+1092
2018-07-31Delete test target descriptions when exitingSimon Marchi3-8/+28
2018-07-30Match any kind of error after "cannot resolve name" on lib/gdbserver-support....Sergio Durigan Junior2-1/+6
2018-07-30gdb: Fix sizeof for dynamic types other than arraysAndrew Burgess2-1/+8
2018-07-30Fix crash with -D_GLIBCXX_DEBUGTom Tromey2-3/+10
2018-07-30Remove old lint codeTom Tromey5-20/+11
2018-07-28gdb: Don't call gdb_load_shlib unless GDB is runningAndrew Burgess3-1/+15
2018-07-28[gdb/exp] Interpret size of vla with unknown size as <optimized out>Tom de Vries4-0/+51
2018-07-27Improve gcore manpage and clarify "-o" optionSergio Durigan Junior4-18/+32
2018-07-26Fix Cygwin compilation after target_ops C++ conversion.Jon Turney2-4/+9
2018-07-26Make psymbols and psymtabs independent of the program spaceTom Tromey11-356/+280
2018-07-26Add validity bits for psymtab high and low fieldsTom Tromey5-11/+30
2018-07-26Introduce accessors for psymtab high and low fieldsTom Tromey7-97/+150
2018-07-26Introduce partial_symbol::addressTom Tromey3-20/+53
2018-07-26Change representation of psymbol to flush out accessorsTom Tromey4-101/+115
2018-07-26Remove dead code in end_psymtabTom Tromey2-7/+5
2018-07-26[gdb/testsuite] Add comment in gdb.base/vla-optimized-out.cTom de Vries2-0/+7
2018-07-26gdb: Add switch to disable DWARF stack unwindersAndrew Burgess11-2/+106
2018-07-26[gdb/breakpoints] Fix sigsegv in info prog at exec catchpointTom de Vries5-1/+80
2018-07-26[gdb/symtab] Warn about unresolved DW_AT_upper_bound/DW_AT_countTom de Vries2-2/+22
2018-07-25[gdb/exp] Fix exception when printing optimized out vlaTom de Vries4-1/+66
2018-07-25Notify about breakpoint modification when enabling/disabling single locationJan Vrany5-0/+103
2018-07-25list Tom Tromey as GDB Global MaintainerJoel Brobecker2-0/+5
2018-07-24Set CU language before processing any DIEs (symtab/23010 et al)Keith Seitz2-6/+31
2018-07-24Fix indentation in scoped_mmap.hSimon Marchi2-19/+24
2018-07-24Remove some unnecessary declarations and configuryTom Tromey5-53/+8
2018-07-22Remove some unused variablesSimon Marchi9-26/+37
2018-07-22Add -Wunused-variable to warnings.m4Tom Tromey5-6/+78
2018-07-22Conditionally define xmltarget_${name} variable in regdat.shTom Tromey2-1/+7
2018-07-22Remove unused variables from gdbserverTom Tromey6-9/+21