aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2020-02-13[gdb/testsuite] Remove stale exec in gdb_compile_adaTom de Vries2-0/+6
2020-02-13[gdb/testsuite] Add unsupported tests in catch_ex_std.expTom de Vries2-0/+17
2020-02-13Adding myself to gdb/MAINTAINERSAlok Kumar Sharma2-0/+5
2020-02-13[gdb/testsuite] Fix gnatmake_version_at_leastTom de Vries2-1/+8
2020-02-12Remove some dead code from event-loop.cTom Tromey2-33/+5
2020-02-12Move the frame data to the BFD when possibleTom Tromey2-5/+42
2020-02-12Remove the objfile backlink from comp_unitTom Tromey2-13/+23
2020-02-12Remove a use of the comp_unit backlinkTom Tromey2-8/+20
2020-02-12Add per-unit obstackTom Tromey2-2/+10
2020-02-12Store the comp_unit instead of the FDE tableTom Tromey2-25/+34
2020-02-12Change fde table to a vectorTom Tromey2-115/+70
2020-02-12Change booleans to bool in ARM's gdbarch_tdepChristian Biesinger3-18/+27
2020-02-12Print more information in arm_dump_tdepChristian Biesinger2-0/+18
2020-02-12Remove dwarf_expr_batonTom Tromey2-9/+4
2020-02-12Cache the Thread Local Base pointer type in the gdbarchHannes Domani2-8/+12
2020-02-12[gdb] Fix -Wstrict-null-sentinel warning (--with-iconv-bin)Tom de Vries1-1/+2
2020-02-11Update a comment in psymtab.hTom Tromey2-1/+7
2020-02-11Don't allow copying of auto_obstackTom Tromey2-0/+7
2020-02-11Don't forward-declare struct objfile in dwarf2/frame.hTom Tromey2-1/+4
2020-02-11Remove use of deprecated_add_core_fns in cris_tdep.cChristian Biesinger2-43/+37
2020-02-11New testcase for PR tui/25126 (staled source cache)Sergio Durigan Junior3-0/+148
2020-02-11Add a comment for the ARM_F{0..7}_REGNUM registersChristian Biesinger2-0/+6
2020-02-11Add missing \n in fprintfChristian Biesinger2-1/+5
2020-02-11Re-generate gdb/gdbserver/gdbsupport configure scriptsSimon Marchi2-1/+6
2020-02-11Add -Wstrict-null-sentinel to gdbsupport/warning.m4Simon Marchi2-1/+6
2020-02-11Move gdb/warning.m4 to gdbsupportSimon Marchi3-160/+6
2020-02-11Remove some ui_file_* functionsTom Tromey14-85/+59
2020-02-11[gdb/testsuite] Fix UNRESOLVED in gdb.server/server-kill-python.expTom de Vries2-0/+9
2020-02-10[gdb] Fix -Wstrict-null-sentinel warningsTom de Vries2-1/+7
2020-02-10[gdb/testsuite] Skip multi-target.exp without gdbserverTom de Vries2-0/+8
2020-02-10GDB/testsuite: Fix a catastrophic step-over-no-symbols.exp failureMaciej W. Rozycki2-1/+8
2020-02-09[gdb] Mention CU offset for <artifical> if verboseTom de Vries2-0/+13
2020-02-09[gdb/testsuite] Capture many-headers.exp progress and output in gdb.logTom de Vries2-5/+20
2020-02-09Use enums for human-readable exception information.Hannes Domani2-6/+102
2020-02-09Display ExceptionRecord for $_siginfoHannes Domani4-0/+120
2020-02-08Remove "keep" parameter from cutu_reader constructorTom Tromey2-27/+43
2020-02-08Simplify "want_partial_unit" handlingTom Tromey2-9/+13
2020-02-08Move two more functions to dwarf2/leb.hTom Tromey3-31/+34
2020-02-08Convert read_address to a method on comp_unit_headTom Tromey4-69/+83
2020-02-08Convert read_offset to method on comp_unit_headTom Tromey4-32/+32
2020-02-08Create dwarf2/comp-unit.[ch]Tom Tromey5-293/+378
2020-02-08Move read_offset_1 to leb.cTom Tromey4-31/+41
2020-02-08Convert dwarf2_section_size to a methodTom Tromey3-18/+22
2020-02-08Unify read_initial_length implementationsTom Tromey5-83/+78
2020-02-08Add some methods to dwarf2_per_cu_dataTom Tromey6-134/+157
2020-02-08Move dwarf2_per_cu_data::imported_symtabs earlierTom Tromey2-26/+31
2020-02-08Move DWARF line_header to new fileTom Tromey6-253/+317
2020-02-08Change line_table methods to return unique_xmalloc_ptrTom Tromey2-17/+29
2020-02-08Change file_full_name and file_file_name methodsTom Tromey2-23/+33
2020-02-08Move dwarf_always_disassemble to dwarf2/loc.cTom Tromey4-26/+36