aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2020-05-11gdb/fortran: Allow Flang MAIN_ in Fortran testingAlok Kumar Sharma40-64/+145
2020-05-09[gdb] Fix catch throw regexp matchingTom de Vries2-1/+7
2020-05-09Change server_command to boolTom Tromey3-2/+7
2020-05-09Fix for the complaint observed when symbol reading due to unsupported .debug_...nitachra3-12/+23
2020-05-08Don't re-process a DIE in read_lexical_block_scopeTom Tromey2-1/+15
2020-05-08More C++-ification for struct displayTom Tromey2-126/+93
2020-05-08Remove ALL_PSPACESTom Tromey15-369/+309
2020-05-08Remove ALL_SO_LIBS and so_list_headTom Tromey9-72/+63
2020-05-08Remove ALL_EXTENSION_LANGUAGES and ALL_ENABLED_EXTENSION_LANGUAGESTom Tromey2-102/+69
2020-05-08Speed up psymbol reading by removing a copyTom Tromey13-79/+104
2020-05-08[gdb] Fix stepping over fork with follow-fork-mode child and gcc-8Tom de Vries2-0/+11
2020-05-08[gdb/testsuite] Add gdb.dwarf2/clang-debug-names.cTom de Vries3-0/+186
2020-05-07gdb: small cleanup of async-event.c structsSimon Marchi2-35/+44
2020-05-07gdb: remove TYPE_DYN_PROP_LIST macroSimon Marchi3-13/+16
2020-05-07gdb: make remove_dyn_prop a method of struct typeSimon Marchi4-12/+19
2020-05-07gdb: make add_dyn_prop a method of struct typeSimon Marchi4-21/+26
2020-05-07gdb: make get_dyn_prop a method of struct typeSimon Marchi6-27/+32
2020-05-06gdb: remove main_type::flag_staticSimon Marchi2-1/+4
2020-05-06gdb: handle endbr64 instruction in amd64_analyze_prologueSimon Marchi6-0/+126
2020-05-06[gdb/testsuite] Fix gdb.reverse/consecutive-{precsave,reverse}.exp with gcc-8Tom de Vries3-2/+34
2020-05-06[gdb/testsuite] Fix gdb.base/watchpoint-reuse-slot.exp with gcc-8Tom de Vries2-2/+7
2020-05-06[gdb/testsuite] Fix cur_addr update in gdb.base/watchpoint-reuse-slot.expTom de Vries2-1/+5
2020-05-06[gdb/testsuite] Fix gdb.base/store.exp with gcc-10Tom de Vries2-16/+41
2020-05-06[gdb/testsuite] Fix gdb.base/shlib-call.exp with gcc-8Tom de Vries2-3/+13
2020-05-06[gdb/testsuite] Fix gdb_unbuffer_output return-typeTom de Vries2-1/+6
2020-05-06[gdb/testsuite] Fix gdb.base/consecutive.exp with gcc-8Tom de Vries4-13/+56
2020-05-06[gdb/testsuite] Compile compile-ifunc.c with -Wno-attribute-aliasTom de Vries2-2/+14
2020-05-05gdb: remove main_type::flag_incompleteSimon Marchi2-1/+4
2020-05-05Mention the NetBSD support in "info proc" documentationKamil Rytarowski2-11/+17
2020-05-04gdb: remove TYPE_INCOMPLETESimon Marchi3-14/+6
2020-05-04[gdb/testsuite] Fix gdb.base/async.exp with gcc-8Tom de Vries2-6/+53
2020-05-03Update more calls to add_prefix_cmdTom Tromey13-173/+86
2020-05-02Fix typo in comment of DYN_PROP_ASSOCIATEDHannes Domani2-1/+5
2020-05-02gdb: Fix formatting error in ChangeLogAndrew Burgess1-0/+2
2020-05-02[gdb/testsuite] Fix i386-mpx.exp compilation warningsTom de Vries7-0/+41
2020-05-02[gdb/testsuite] Update psym-external-decl.exp for gcc-10/clangTom de Vries3-1/+10
2020-05-01[gdb/testsuite] Fix gdb.ada/operator_bp.exp breakpoint location FAILsTom de Vries2-4/+15
2020-05-01Remove gdb-gdb.gdb breakpoint on disappeared function info_command.Philippe Waroquiers2-6/+4
2020-05-01Fix size recalculation of fortran arraysHannes Domani1-62/+70
2020-05-01[gdb/testsuite] Fix Wunused-result warning in until-reverse.cTom de Vries2-1/+6
2020-04-30Add support for NetBSD thread events (create, exit)Kamil Rytarowski3-3/+90
2020-04-30Revert "2020-04-29 Sterling Augustine <saugustine@google.com>"Tom de Vries2-5/+0
2020-04-30Remove duplicated creation of "frame" command and "f" alias.Philippe Waroquiers2-9/+4
2020-04-30Calculate size of array of stubbed typeHannes Domani7-0/+126
2020-04-30Adjust array pretty printer tests to the new formatHannes Domani2-3/+8
2020-04-30Use thiscall calling convention for class membersHannes Domani4-7/+83
2020-04-29gdb: silence shellcheck warning SC2162 (use read -r) in gdbarch.shSimon Marchi2-0/+6
2020-04-29gdb: fix shellcheck warnings SC2154 (referenced but not assigned) in gdbarch.shSimon Marchi2-7/+12
2020-04-29gdb: fix shellcheck warnings SC2034 (unused variable) in gdbarch.shSimon Marchi2-19/+6
2020-04-29gdb: fix shellcheck warnings SC2166 (&& and !! instead of -a and -o) in gdbar...Simon Marchi2-7/+12