aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2020-02-07Move gdbserver to top levelTom Tromey111-91899/+13
2020-02-06gdb: Catch exceptions if the source file is not foundShahab Vahedi5-19/+133
2020-02-06gdb/testsuite: Avoid leaking a port number into results summaryAndrew Burgess2-1/+7
2020-02-06gdb: Add myself as one of GDB maintainerShahab Vahedi2-0/+5
2020-02-05Disambiguate info_print_optionsAli Tamur1-22/+24
2020-02-05Fix base class function callChristian Biesinger2-2/+7
2020-02-05Fix header guard name in #endif commentChristian Biesinger2-1/+5
2020-02-05RISC-V/Linux/native: Factor out target description determinationMaciej W. Rozycki5-49/+124
2020-02-04gdb/fortran: Allow for using Flang in Fortran testingAlok Kumar Sharma2-7/+24
2020-02-04gdb/sim: Assert that the simulator ptid is not null_ptidAndrew Burgess2-0/+6
2020-02-04[gdb/testsuite] Add note to 'Race detection' entry in READMETom de Vries2-0/+11
2020-02-04[gdb/testsuite] Make inferior_exited_re match a single lineTom de Vries2-1/+5
2020-02-04[gdb/testsuite] Use non-capturing parentheses for inferior_exited_reTom de Vries2-1/+5
2020-02-03Change ints to bools around thread_info executing/resumedSimon Marchi10-30/+50
2020-02-03gdb: fix powerpc disassembly testsRogerio Alves5-19/+27
2020-02-03Fixed gdb to print arrays with very high indexesAlok Kumar Sharma5-1/+74
2020-02-03RISC-V/Linux/native: Determine FLEN dynamicallyMaciej W. Rozycki2-26/+97
2020-02-03Fix compilation error with musl in gdb/testsuite/gdb.base/fileio.cLukas Durfina2-2/+6
2020-02-01gdb: Do not print empty-group regs when printing general onesShahab Vahedi2-5/+13
2020-02-01[gdb/testsuite] Fix typo in gdb.server/server-kill-python.expTom de Vries2-1/+5
2020-01-31Fix ravenscar-thread.c for multi-targetTom Tromey2-1/+7
2020-01-31gdb/tui: Disassembler scrolling of very small programsAndrew Burgess5-1/+87
2020-01-31gdb/tui: Update help text for scroll commandsAndrew Burgess2-4/+17
2020-01-29Fix -Werror-stringop error on infcmd.c:construct_inferior_argumentsPedro Alves2-0/+11
2020-01-29gdbserver: Fix whitespace configure.srv damage for `i[34567]86-*-mingw*'Maciej W. Rozycki2-1/+6
2020-01-29Fix configure.srv error for Linux on PowerPCPedro Franco de Carvalho2-1/+6
2020-01-29Test handling of additional brk instruction patternsLuis Machado3-0/+105
2020-01-29Recognize more program breakpoint patternsLuis Machado10-46/+140
2020-01-29testsuite, cp: add expected failures to pass-by-ref tests for certain compilersTankut Baris Aktemur3-0/+38
2020-01-29[gdb/testsuite] Fix gdb.threads/watchpoint-fork.exp raceTom de Vries6-2/+31
2020-01-28Fix library segment-address for 64bit valuesHannes Domani2-2/+7
2020-01-27Harden gdb.base/step-over-syscall.expLuis Machado2-33/+111
2020-01-26Two minor changes in ctfread.cTom Tromey2-9/+8
2020-01-26Virtualize "readin" and "compunit_symtab"Tom Tromey5-35/+90
2020-01-26Consolidate partial symtab dependency readingTom Tromey7-90/+48
2020-01-26Introduce partial_symtab::expand_psymtab methodTom Tromey8-38/+82
2020-01-26Consolidate psymtab "Reading" messagesTom Tromey6-78/+36
2020-01-26Introduce partial_symtab::read_symtab methodTom Tromey11-174/+277
2020-01-26Turn start_psymtab_common into a constructorTom Tromey8-31/+37
2020-01-26Change allocate_psymtab to be a constructorTom Tromey7-31/+35
2020-01-26Do not allocate psymtabs via psymtab_storageTom Tromey3-14/+17
2020-01-26Change some psymtab fields to boolTom Tromey8-17/+30
2020-01-26Use new and delete for psymtabsTom Tromey5-40/+46
2020-01-26Remove an include from machoread.cTom Tromey2-1/+4
2020-01-26Document m68k floating point feature correspondenceTom Tromey2-0/+11
2020-01-25Document 'set|show exec-file-mismatch (ask|warn|off)'Philippe Waroquiers4-0/+53
2020-01-25Test 'set exec-file-mismatch ask|warn|off'.Philippe Waroquiers4-1/+89
2020-01-25Implement 'set/show exec-file-mismatch'.Philippe Waroquiers5-10/+158
2020-01-24gdb: Better frame tracking for inline framesAndrew Burgess6-15/+579
2020-01-24gdb: Don't reorder line table entries too much when sorting.Andrew Burgess6-25/+227