summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-14145-1746/+1744
* gdb: add type::code / type::set_codeSimon Marchi2020-05-1412-52/+71
* [gdb/testsuite] Fix gdb.fortran/nested-funcs-2.exp with gdbserverTom de Vries2020-05-142-1/+6
* [gdb/testsuite] Split up multi-exec test-casesTom de Vries2020-05-1418-105/+307
* gdb/infrun: handle already-exited threads when attempting to stopTankut Baris Aktemur2020-05-149-26/+432
* gdb/infrun: enable/disable thread events of all targets in stop_all_threadsTankut Baris Aktemur2020-05-145-7/+32
* gdb: introduce 'all_non_exited_process_targets' and 'switch_to_target_no_thread'Tankut Baris Aktemur2020-05-143-0/+43
* gdb/infrun: extract out a code piece into 'mark_non_executing_threads' functionTankut Baris Aktemur2020-05-142-35/+48
* gdb/infrun: move a 'regcache_read_pc' call down to first useTankut Baris Aktemur2020-05-142-1/+7
* gdb: protect some 'regcache_read_pc' callsTankut Baris Aktemur2020-05-143-3/+31
* Remove ada-lang.c:align_valueTom Tromey2020-05-132-14/+10
* gdb: update the copyright year in async-event.[ch]Tankut Baris Aktemur2020-05-133-2/+7
* 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