aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2020-02-20gdb: Allow more control over where to find python librariesAndrew Burgess5-8/+91
2020-02-20[gdb/testsuite] Handle missing gccgoTom de Vries12-1/+46
2020-02-19Two compute_and_set_names simplificationsTom Tromey2-13/+10
2020-02-19[gdb/testsuite] Fix xpass in gdb.python/lib-types.expTom de Vries2-2/+13
2020-02-19[gdb/testsuite] Fix funcall_ref.exp xpassTom de Vries2-9/+28
2020-02-19gdb: dwarf2/read.c: remove unused objfile parameters/variablesSimon Marchi2-34/+26
2020-02-19rust/25535 Apply embedded offset to enum variant calculationDoug Evans5-1/+24
2020-02-19[gdb/testsuite] Fix corefile-buildid.exp with check-read1Tom de Vries2-1/+53
2020-02-19Fix declaration of mips_pc_is_mipsTom Tromey2-1/+5
2020-02-19Use obstack_strdup in ada-lang.cTom Tromey2-4/+5
2020-02-19Merge changes from GCC for the config/ directoryAndrew Burgess2-42/+165
2020-02-19Remove useless NULL check in python.cTom Tromey2-6/+6
2020-02-19[gdb/testsuite] Fix c++/14186 kpass in cpexprs.expTom de Vries2-3/+4
2020-02-19[gdb/testsuite] Be quiet about missing prelink in solib-overlap.expTom de Vries2-2/+8
2020-02-19[gdb/testsuite] Ignore pass in gdb_caching_procTom de Vries3-3/+38
2020-02-19gdbserver: Add RISC-V/Linux supportMaciej W. Rozycki2-0/+12
2020-02-19gdb/riscv: Update API for looking up target descriptionsAndrew Burgess7-40/+103
2020-02-19[gdb/testsuite] Be quiet about untested dtrace-prob.expTom de Vries2-2/+9
2020-02-18gdb: change print format of flag enums with value 0Simon Marchi4-8/+36
2020-02-18gdb: print unknown part of flag enum in hexSimon Marchi4-4/+14
2020-02-18gdb: allow duplicate enumerators in flag enumsSimon Marchi5-11/+19
2020-02-18gdb: fix printing of flag enums with multi-bit enumeratorsSimon Marchi6-9/+81
2020-02-18Fix build with gcc-4.8.xBernd Edlinger7-6/+22
2020-02-18gdb: update email address for Palmer DabbeltSimon Marchi2-1/+5
2020-02-18[gdb/testsuite] Handle missing gnatmake in gnat_runtime_has_debug_infoTom de Vries2-4/+19
2020-02-14gdb: introduce displaced_step_closure_up type aliasSimon Marchi15-18/+46
2020-02-14Cache .gnu_debugdata BFDTom Tromey2-0/+16
2020-02-14Have testsuite find gdbserver in new locationTom Tromey3-7/+15
2020-02-14gdb: make gdbarch_displaced_step_copy_insn return an std::unique_ptrSimon Marchi15-32/+52
2020-02-14gdb: cleanup of displaced_step_inferior_state::reset/displaced_step_clearSimon Marchi3-29/+44
2020-02-14gnulib: import count-one-bits module and use itSimon Marchi5-23/+26
2020-02-14Return unique_xmalloc_ptr from call_site_find_chainTom Tromey4-19/+22
2020-02-14[gdb] Speedup lnp_state_machine::handle_special_opcodeRichard Biener2-5/+10
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