aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2018-07-22Remove unused declaration from value.cTom Tromey2-1/+4
2018-07-22Pass the correct argument to the observer in reread_symbolsTom Tromey2-1/+5
2018-07-22Fix ravenscar-thread.c to use arch_opsTom Tromey2-2/+8
2018-07-22Call value_fetch_lazy when needed in pretty-printersTom Tromey3-2/+13
2018-07-22Remove declarations from m32c-tdep.cTom Tromey2-13/+17
2018-07-22Call some functions in guile/ for effectTom Tromey3-6/+12
2018-07-22Use a previously unused variable in bfin-tdep.cTom Tromey2-1/+6
2018-07-22Unused variable fixes related to conditional compilationTom Tromey7-9/+28
2018-07-22Remove an unused variable from spu_get_overlay_tableTom Tromey2-2/+6
2018-07-22Simple unused variable removalsTom Tromey50-100/+97
2018-07-21Fix -Wunused-variable warnings related to conditional compilationSimon Marchi3-9/+16
2018-07-20Rename some frame unwind function parametersSimon Marchi3-25/+41
2018-07-21Update my e-mail address, limit maintenance to MIPS I-IV ISAsMaciej W. Rozycki2-2/+7
2018-07-20MIPS/Linux/native: Convert to `get_ptrace_pid' for PID extractionMaciej W. Rozycki2-5/+7
2018-07-20Rename remaining members of buildsym_compunit to start with "m_"Keith Seitz3-63/+71
2018-07-20Remove record_line_ftypeTom Tromey3-5/+6
2018-07-20Remove some unused buildsym functionsTom Tromey3-70/+11
2018-07-20Convert the DWARF reader to new-style buildysmTom Tromey2-126/+194
2018-07-20Parameterize cp_scan_for_anonymous_namespacesTom Tromey7-8/+36
2018-07-20Introduce buildsym-legacy.hTom Tromey15-558/+617
2018-07-20Move struct buildsym_compunit to buildsym.hTom Tromey3-344/+365
2018-07-20Remove reset_symtab_globalsTom Tromey2-16/+13
2018-07-20Do not use buildsym.h in some filesTom Tromey5-4/+7
2018-07-20Add many methods to buildsym_compunitTom Tromey2-188/+455
2018-07-20Remove parameter from record_pending_blockTom Tromey2-34/+31
2018-07-20Remove EXTERN from buildsym.hTom Tromey3-18/+7
2018-07-20Remove a TODOTom Tromey2-2/+5
2018-07-20Remove buildsym_initTom Tromey10-50/+27