aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2021-09-08gdb: make thread_suspend_state::stop_pc optionalAndrew Burgess4-8/+31
2021-09-08[gdb/build] Fix build with undefined CXX_STD_THREADTom de Vries1-7/+16
2021-09-07gdb: cris: enable sim integrationMike Frysinger1-0/+1
2021-09-07gdb: aarch64: enable sim integrationMike Frysinger1-0/+1
2021-09-07gdb: sim: consolidate configure settingsMike Frysinger1-40/+35
2021-09-07gdb: make use of std::string in utils.cAndrew Burgess1-29/+25
2021-09-07gdb: use bool instead of int in struct internal_problemAndrew Burgess1-8/+21
2021-09-07gdb: make thread_info::executing privateAndrew Burgess11-48/+55
2021-09-07gdb/python: new function to add values into GDB's historyAndrew Burgess6-0/+77
2021-09-07[gdb/testsuite] Handle internal-error in gdb_unloadTom de Vries1-0/+5
2021-09-07[gdb/testsuite] Handle internal-error in gdb_run_cmdTom de Vries1-0/+3
2021-09-06gdb: rename gdb/testsuite/gdb.arch/riscv64-unwind-prologue-with-ld-lw.cLancelot SIX2-1/+1
2021-09-06[gdb/testsuite] Handle eof in gdb_internal_error_resyncTom de Vries1-0/+4
2021-09-06Remove some complaints.h includesTom Tromey3-3/+0
2021-09-06gdbtypes.c: Add the case for FIELD_LOC_KIND_DWARF_BLOCKAlexandra Hájková1-0/+4
2021-09-04[gdb/testsuite] Check avx support in gdb.arch/amd64-disp-step-avx.expTom de Vries4-83/+103
2021-09-03Use CORE_ADDR as return type from x86_dr_low_get_addrTom Tromey1-1/+1
2021-09-03Test case reproducing PR28030 bugKevin Buettner4-0/+454
2021-09-03[gdb/testsuite] Add untested case in gdb.gdb/complaints.expTom de Vries1-0/+20
2021-09-03gdb: Enable finish command and inferior calls for _Float16 on amd64 and i386.Felix Willgerodt4-7/+115
2021-09-03Add half support for AVX512 register view.Felix Willgerodt10-0/+310
2021-09-03gdb, i386: Enable AVX512-bfloat16 for i386 targets.Felix Willgerodt3-6/+13
2021-09-03[gdb/testsuite] Add untested case in selftest_setupTom de Vries1-7/+9
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