aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2020-02-06gdb: Catch exceptions if the source file is not foundShahab Vahedi1-0/+9
2020-02-06gdb: Add myself as one of GDB maintainerShahab Vahedi1-0/+4
2020-02-05Fix base class function callChristian Biesinger1-0/+5
2020-02-05Fix header guard name in #endif commentChristian Biesinger1-0/+4
2020-02-05RISC-V/Linux/native: Factor out target description determinationMaciej W. Rozycki1-0/+9
2020-02-04gdb/sim: Assert that the simulator ptid is not null_ptidAndrew Burgess1-0/+5
2020-02-03Change ints to bools around thread_info executing/resumedSimon Marchi1-0/+20
2020-02-03Fixed gdb to print arrays with very high indexesAlok Kumar Sharma1-0/+6
2020-02-03RISC-V/Linux/native: Determine FLEN dynamicallyMaciej W. Rozycki1-0/+11
2020-02-01gdb: Do not print empty-group regs when printing general onesShahab Vahedi1-0/+5
2020-01-31Fix ravenscar-thread.c for multi-targetTom Tromey1-0/+5
2020-01-31gdb/tui: Disassembler scrolling of very small programsAndrew Burgess1-0/+7
2020-01-31gdb/tui: Update help text for scroll commandsAndrew Burgess1-0/+5
2020-01-29Fix -Werror-stringop error on infcmd.c:construct_inferior_argumentsPedro Alves1-0/+6
2020-01-29Recognize more program breakpoint patternsLuis Machado1-0/+24
2020-01-26Two minor changes in ctfread.cTom Tromey1-0/+5
2020-01-26Virtualize "readin" and "compunit_symtab"Tom Tromey1-0/+19
2020-01-26Consolidate partial symtab dependency readingTom Tromey1-0/+13
2020-01-26Introduce partial_symtab::expand_psymtab methodTom Tromey1-0/+30
2020-01-26Consolidate psymtab "Reading" messagesTom Tromey1-0/+10
2020-01-26Introduce partial_symtab::read_symtab methodTom Tromey1-0/+45
2020-01-26Turn start_psymtab_common into a constructorTom Tromey1-0/+12
2020-01-26Change allocate_psymtab to be a constructorTom Tromey1-0/+13
2020-01-26Do not allocate psymtabs via psymtab_storageTom Tromey1-0/+8
2020-01-26Change some psymtab fields to boolTom Tromey1-0/+13
2020-01-26Use new and delete for psymtabsTom Tromey1-0/+10
2020-01-26Remove an include from machoread.cTom Tromey1-0/+4
2020-01-25Document 'set|show exec-file-mismatch (ask|warn|off)'Philippe Waroquiers1-0/+4
2020-01-25Implement 'set/show exec-file-mismatch'.Philippe Waroquiers1-0/+12
2020-01-24gdb: Better frame tracking for inline framesAndrew Burgess1-0/+13
2020-01-24gdb: Don't reorder line table entries too much when sorting.Andrew Burgess1-0/+9
2020-01-24gdb: Include end of sequence markers in the line tableAndrew Burgess1-0/+9
2020-01-24Fix re-runs of a second inferior (PR gdb/25410)Pedro Alves1-0/+13
2020-01-24Make the class name in the definition match the declarationChristian Biesinger1-0/+7
2020-01-24Define _KERNTYPES in arm-nbsd-nat.cChristian Biesinger1-0/+5
2020-01-24Update comments about removed functionChristian Biesinger1-0/+12
2020-01-24gdb: Enable stdin on exception in execute_gdb_commandAndrew Burgess1-0/+6
2020-01-24gdb: Re-enable stdin for all UIs from start_event_loopAndrew Burgess1-0/+5
2020-01-24gdb/tui: asm window handles invalid memory and scrolls betterAndrew Burgess1-0/+18
2020-01-23gdb: introduce objfile text_section_offset and data_section_offset methodsSimon Marchi1-0/+51
2020-01-23gdb: fix variable shadowing error in darwin-nat.cSimon Marchi1-0/+5
2020-01-23gdb: fix darwin-nat.c build / adapt to multi-targetSimon Marchi1-0/+37
2020-01-23Cache the text section offset of shared librariesHannes Domani1-0/+9
2020-01-21gdb: add declaration for _initialize_gdbarch in gdbarch.shSimon Marchi1-0/+4
2020-01-21gdb: remove uses of iterate_over_inferiors in remote-sim.cSimon Marchi1-0/+10
2020-01-21gdb: fix indentation in infrun.cSimon Marchi1-0/+4
2020-01-21Allow use of Pygments to colorize source codeTom Tromey1-0/+12
2020-01-21Convert an int flag variable to boolLuis Machado1-0/+8
2020-01-21Add more debugging output to aarch64_displaced_step_fixupLuis Machado1-0/+5
2020-01-21Fix step-over-syscall.exp failureLuis Machado1-0/+7