summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* gdb/testsuite: Disable path and duplicate checks when parallel testingAndrew Burgess2020-05-122-0/+25
* gdb: make two objfile functions return boolSimon Marchi2020-05-123-12/+23
* [gdb/testsuite] Fix incorrect string concat in jit-elf.expTom de Vries2020-05-122-2/+7
* [gdb/testsuite] Fix tcl error in jit-elf-helpers.expTom de Vries2020-05-122-8/+17
* [gdb/testsuite] Fix duplicate test-names in gdb.multiTom de Vries2020-05-122-4/+14
* [gdb/testsuite] Fix duplicate test-names in gdb.adaTom de Vries2020-05-124-16/+31
* [gdb/testsuite] Fix duplicate test-names in gdb.fortranTom de Vries2020-05-122-7/+19
* [gdb/testsuite] Fix duplicate test-names in gdb.traceTom de Vries2020-05-122-3/+7
* [gdb/testsuite] Fix duplicate test-names in gdb.pascalTom de Vries2020-05-122-2/+10
* [gdb/testsuite] Fix duplicate test-names in gdb.{gdb,opt,xml}Tom de Vries2020-05-124-7/+17
* [gdb/testsuite] add jit-elf-util.h and run jit functionMihails Strasuns2020-05-122-39/+133
* [gdb/testsuite] define jit function name via macroMihails Strasuns2020-05-123-34/+8
* [gdb/testsuite] use -Ttext-segment for jit-elf testsMihails Strasuns2020-05-122-15/+46
* [gdb/testsuite] add lib/jit-elf-helpers.expMihails Strasuns2020-05-123-106/+93
* [gdb/testsuite] use args as lib list for jit-elf testsMihails Strasuns via Gdb-patches2020-05-123-142/+252
* [gdb/testsuite] Fix duplicate test-names in gdb.dwarf2Tom de Vries2020-05-126-22/+38
* gdb: change duplicate test name in gdb.base/jit-so.expSimon Marchi2020-05-112-1/+6
* Restore info_command and breakpointTom Tromey2020-05-113-2/+28
* gdb/testsuite: Detect and warn about duplicate test namesAndrew Burgess2020-05-112-6/+48
* gdb/testsuite: Detect and warn if paths are used in test namesAndrew Burgess2020-05-113-0/+148
* Fix Ada value printing on PPC64Tom Tromey2020-05-114-5/+15
* [gdb/testsuite] Change kfail into xfail in gdb.ada/packed_tagged.expTom de Vries2020-05-112-2/+6
* Fix gdb.ada/attr_ref_and_charlit.exp typoKeith Seitz2020-05-112-1/+5
* [gdb/testsuite] Fix gdb.cp/cpexprs-debug-types.exp inclusionTom de Vries2020-05-114-748/+772
* Clean-up gdb.ada test namesKeith Seitz2020-05-1116-47/+86
* [gdb/symtab] Save modules in .debug_namesTom de Vries2020-05-112-0/+7
* [gdb/symtab] Fix incomplete CU list assert in .debug_namesTom de Vries2020-05-118-108/+260
* gdb/fortran: Allow Flang MAIN_ in Fortran testingAlok Kumar Sharma2020-05-1140-64/+145
* [gdb] Fix catch throw regexp matchingTom de Vries2020-05-092-1/+7
* Change server_command to boolTom Tromey2020-05-093-2/+7
* Fix for the complaint observed when symbol reading due to unsupported .debug_...nitachra2020-05-093-12/+23
* Don't re-process a DIE in read_lexical_block_scopeTom Tromey2020-05-082-1/+15
* More C++-ification for struct displayTom Tromey2020-05-082-126/+93
* Remove ALL_PSPACESTom Tromey2020-05-0815-369/+309
* Remove ALL_SO_LIBS and so_list_headTom Tromey2020-05-089-72/+63
* Remove ALL_EXTENSION_LANGUAGES and ALL_ENABLED_EXTENSION_LANGUAGESTom Tromey2020-05-082-102/+69
* Speed up psymbol reading by removing a copyTom Tromey2020-05-0813-79/+104
* [gdb] Fix stepping over fork with follow-fork-mode child and gcc-8Tom de Vries2020-05-082-0/+11
* [gdb/testsuite] Add gdb.dwarf2/clang-debug-names.cTom de Vries2020-05-083-0/+186
* gdb: small cleanup of async-event.c structsSimon Marchi2020-05-072-35/+44
* gdb: remove TYPE_DYN_PROP_LIST macroSimon Marchi2020-05-073-13/+16
* gdb: make remove_dyn_prop a method of struct typeSimon Marchi2020-05-074-12/+19
* gdb: make add_dyn_prop a method of struct typeSimon Marchi2020-05-074-21/+26
* gdb: make get_dyn_prop a method of struct typeSimon Marchi2020-05-076-27/+32
* gdb: remove main_type::flag_staticSimon Marchi2020-05-062-1/+4
* gdb: handle endbr64 instruction in amd64_analyze_prologueSimon Marchi2020-05-066-0/+126
* [gdb/testsuite] Fix gdb.reverse/consecutive-{precsave,reverse}.exp with gcc-8Tom de Vries2020-05-063-2/+34
* [gdb/testsuite] Fix gdb.base/watchpoint-reuse-slot.exp with gcc-8Tom de Vries2020-05-062-2/+7
* [gdb/testsuite] Fix cur_addr update in gdb.base/watchpoint-reuse-slot.expTom de Vries2020-05-062-1/+5
* [gdb/testsuite] Fix gdb.base/store.exp with gcc-10Tom de Vries2020-05-062-16/+41