summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* Fix unit test build on WindowsTom Tromey2021-09-081-1/+2
* gdb: make thread_suspend_state::stop_pc optionalAndrew Burgess2021-09-084-8/+31
* [gdb/build] Fix build with undefined CXX_STD_THREADTom de Vries2021-09-081-7/+16
* gdb: cris: enable sim integrationMike Frysinger2021-09-071-0/+1
* gdb: aarch64: enable sim integrationMike Frysinger2021-09-071-0/+1
* gdb: sim: consolidate configure settingsMike Frysinger2021-09-071-40/+35
* gdb: make use of std::string in utils.cAndrew Burgess2021-09-071-29/+25
* gdb: use bool instead of int in struct internal_problemAndrew Burgess2021-09-071-8/+21
* gdb: make thread_info::executing privateAndrew Burgess2021-09-0711-48/+55
* gdb/python: new function to add values into GDB's historyAndrew Burgess2021-09-076-0/+77
* [gdb/testsuite] Handle internal-error in gdb_unloadTom de Vries2021-09-071-0/+5
* [gdb/testsuite] Handle internal-error in gdb_run_cmdTom de Vries2021-09-071-0/+3
* gdb: rename gdb/testsuite/gdb.arch/riscv64-unwind-prologue-with-ld-lw.cLancelot SIX2021-09-062-1/+1
* [gdb/testsuite] Handle eof in gdb_internal_error_resyncTom de Vries2021-09-061-0/+4
* Remove some complaints.h includesTom Tromey2021-09-063-3/+0
* gdbtypes.c: Add the case for FIELD_LOC_KIND_DWARF_BLOCKAlexandra Hájková2021-09-061-0/+4
* [gdb/testsuite] Check avx support in gdb.arch/amd64-disp-step-avx.expTom de Vries2021-09-044-83/+103
* Use CORE_ADDR as return type from x86_dr_low_get_addrTom Tromey2021-09-031-1/+1
* Test case reproducing PR28030 bugKevin Buettner2021-09-034-0/+454
* [gdb/testsuite] Add untested case in gdb.gdb/complaints.expTom de Vries2021-09-031-0/+20
* gdb: Enable finish command and inferior calls for _Float16 on amd64 and i386.Felix Willgerodt2021-09-034-7/+115
* Add half support for AVX512 register view.Felix Willgerodt2021-09-0310-0/+310
* gdb, i386: Enable AVX512-bfloat16 for i386 targets.Felix Willgerodt2021-09-033-6/+13
* [gdb/testsuite] Add untested case in selftest_setupTom de Vries2021-09-031-7/+9
* [gdb/testsuite] Fix dwo path in fission-*.STom de Vries2021-09-018-20/+9
* [gdb/testsuite] Fix gdb.fortran/call-no-debug.exp symbol searchTom de Vries2021-09-011-7/+12
* gdb: remove breakpoint_find_ifSimon Marchi2021-08-314-44/+15
* Use gdbfmt for vprintf_filtered.John Baldwin2021-08-301-17/+9
* fbsd-nat: Don't use '%jd' and '%ju' with printf_filtered.John Baldwin2021-08-301-22/+23
* gdb: fix build error in unittests/parallel-for-selftests.cSimon Marchi2021-08-301-1/+1
* Add some parallel_for_each testsTom Tromey2021-08-302-0/+87
* Add a show function for "maint show worker-threads"Tom Tromey2021-08-301-1/+17
* [gdb/cli] Don't assert on empty string for core-fileTom de Vries2021-08-302-1/+6
* [gdb/testsuite] Improve argument syntax of proc arangeTom de Vries2021-08-307-56/+150
* [gdb/symtab] Don't write .gdb_index symbol table with empty entriesTom de Vries2021-08-271-0/+3
* [gdb/testsuite] Generate .debug_aranges in gdb.dlang/watch-loc.expTom de Vries2021-08-272-41/+8
* [gdb/testsuite] Generate .debug_aranges entry for dummy CUTom de Vries2021-08-271-1/+5
* [gdb/testsuite] Add .debug_aranges in more test-casesTom de Vries2021-08-273-3/+22
* [gdb/testsuite] Support .debug_aranges in dwarf assemblyTom de Vries2021-08-271-0/+153
* [gdb/testsuite] Add label option to proc cuTom de Vries2021-08-271-0/+11
* gdb: remove some stray newlines in debug outputAndrew Burgess2021-08-261-2/+2
* Fix two regressions caused by CU / TU mergingTom Tromey2021-08-242-39/+85
* Fix a latent bug in dw2-ranges-overlap.expTom Tromey2021-08-232-6/+13
* [gdb] Fix 'not in executable format' error messageTom de Vries2021-08-232-5/+35
* [gdb/testsuite] Use compiler-generated instead of gas-generated stabsTom de Vries2021-08-231-12/+3
* [gdb/testsuite] Add dummy start and end CUs in dwarf assemblyTom de Vries2021-08-231-1/+16
* [gdb/testsuite] Fix dw2-ranges-psym.exp with -readnowTom de Vries2021-08-231-1/+5
* gdb: use bool in notify_command_param_changed_p and do_set_commandSimon Marchi2021-08-191-16/+16
* gdb/solib: Refactor scan_dyntagAaron Merey2021-08-184-210/+122
* [gdb] [rs6000] Add ppc64_linux_gcc_target_options method.Will Schmidt2021-08-181-0/+10