aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2021-09-01[gdb/testsuite] Fix dwo path in fission-*.STom de Vries8-20/+9
2021-09-01[gdb/testsuite] Fix gdb.fortran/call-no-debug.exp symbol searchTom de Vries1-7/+12
2021-08-31gdb: remove breakpoint_find_ifSimon Marchi4-44/+15
2021-08-30Use gdbfmt for vprintf_filtered.John Baldwin1-17/+9
2021-08-30fbsd-nat: Don't use '%jd' and '%ju' with printf_filtered.John Baldwin1-22/+23
2021-08-30gdb: fix build error in unittests/parallel-for-selftests.cSimon Marchi1-1/+1
2021-08-30Add some parallel_for_each testsTom Tromey2-0/+87
2021-08-30Add a show function for "maint show worker-threads"Tom Tromey1-1/+17
2021-08-30[gdb/cli] Don't assert on empty string for core-fileTom de Vries2-1/+6
2021-08-30[gdb/testsuite] Improve argument syntax of proc arangeTom de Vries7-56/+150
2021-08-27[gdb/symtab] Don't write .gdb_index symbol table with empty entriesTom de Vries1-0/+3
2021-08-27[gdb/testsuite] Generate .debug_aranges in gdb.dlang/watch-loc.expTom de Vries2-41/+8
2021-08-27[gdb/testsuite] Generate .debug_aranges entry for dummy CUTom de Vries1-1/+5
2021-08-27[gdb/testsuite] Add .debug_aranges in more test-casesTom de Vries3-3/+22
2021-08-27[gdb/testsuite] Support .debug_aranges in dwarf assemblyTom de Vries1-0/+153
2021-08-27[gdb/testsuite] Add label option to proc cuTom de Vries1-0/+11
2021-08-26gdb: remove some stray newlines in debug outputAndrew Burgess1-2/+2
2021-08-24Fix two regressions caused by CU / TU mergingTom Tromey2-39/+85
2021-08-23Fix a latent bug in dw2-ranges-overlap.expTom Tromey2-6/+13
2021-08-23[gdb] Fix 'not in executable format' error messageTom de Vries2-5/+35
2021-08-23[gdb/testsuite] Use compiler-generated instead of gas-generated stabsTom de Vries1-12/+3
2021-08-23[gdb/testsuite] Add dummy start and end CUs in dwarf assemblyTom de Vries1-1/+16
2021-08-23[gdb/testsuite] Fix dw2-ranges-psym.exp with -readnowTom de Vries1-1/+5
2021-08-19gdb: use bool in notify_command_param_changed_p and do_set_commandSimon Marchi1-16/+16
2021-08-18gdb/solib: Refactor scan_dyntagAaron Merey4-210/+122
2021-08-18[gdb] [rs6000] Add ppc64_linux_gcc_target_options method.Will Schmidt1-0/+10
2021-08-18[gdb] [rs6000] Add ppc64*_gnu_triplet_regexp methods.Will Schmidt1-0/+29
2021-08-17gdb: fix spacing on CCLD silent rulesMike Frysinger1-1/+1
2021-08-17gdb: fix thread_step_over_chain_lengthSimon Marchi1-1/+1
2021-08-17gdb: Don't assume r_ldsomap when r_version > 1 on LinuxH.J. Lu27-32/+97
2021-08-16Fix register regression in DWARF evaluatorTom Tromey1-1/+3
2021-08-16Fix Ada regression due to DWARF expression seriesTom Tromey1-1/+3
2021-08-16Notify observer of breakpoint auto-disablingPatrick Monnerat3-1/+65
2021-08-12gdb: riscv_scan_prologue: handle LD and LW instructionsLancelot SIX4-0/+182
2021-08-12Update documentation to mention PygmentsTom Tromey1-4/+10
2021-08-12gdb: make gdbarch_printable_names return a vectorSimon Marchi5-73/+54
2021-08-12Improve forward progress test in python.expCarl Love1-1/+16
2021-08-12gdb:csky rm tdesc_has_registers in csky_register_nameJiangshuai Li1-3/+0
2021-08-11Deprecate a.out support for NetBSD targets.John Ericson3-26/+16
2021-08-11gdb: don't print backtrace when dumping core after an internal errorAndrew Burgess2-0/+41
2021-08-11gdb: register SIGBUS, SIGFPE, and SIGABRT handlersAndrew Burgess2-2/+20
2021-08-11gdb: print backtrace on fatal SIGSEGVAndrew Burgess9-11/+398
2021-08-11gdb: rename async_init_signals to gdb_init_signalsAndrew Burgess3-29/+16
2021-08-11gdb: register signal handler after setting up event tokenAndrew Burgess1-3/+5
2021-08-11gdb: terminate upon receipt of SIGFPEAndrew Burgess1-24/+1
2021-08-10Ignore .debug_types when reading .debug_arangesTom Tromey2-1/+8
2021-08-10Generalize addrmap dumpingTom Tromey3-51/+46
2021-08-10gdb: iterate only on vfork parent threads in handle_vfork_child_exec_or_exitSimon Marchi1-17/+12
2021-08-09guile: fix smob exportsGeorge Barrett2-1/+56
2021-08-08Include objfiles.h in a few .c filesTom Tromey3-0/+3