aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2021-02-05[gdb/exp] Fix assert when adding ptr to imaginary unitTom de Vries1-0/+6
2021-02-05[gdb/symtab] Fix duplicate CUs in create_cus_from_debug_names_listTom de Vries1-0/+6
2021-02-05[gdb/symtab] Fix indentation in create_cus_from_debug_names_listTom de Vries1-0/+4
2021-02-04gdb: riscv: enable sim integrationMike Frysinger1-0/+4
2021-02-04gdb: make target_is_non_stop_p return boolSimon Marchi1-0/+5
2021-02-04gdb: make record-full clear async handler in waitSimon Marchi1-0/+7
2021-02-04gdb: make record-btrace clear event handler in waitSimon Marchi1-0/+7
2021-02-04gdb: make remote target clear its handler in remote_target::waitSimon Marchi1-0/+7
2021-02-04gdb: make async event handlers clear themselvesSimon Marchi1-0/+15
2021-02-03gdb: infrun: move stop_soon variable to inner scoped in handle_inferior_eventSimon Marchi1-0/+5
2021-02-03detach in all-stop with threads runningPedro Alves1-0/+10
2021-02-03detach with in-line step over in progressPedro Alves1-0/+5
2021-02-03detach and breakpoint removalPedro Alves1-0/+8
2021-02-03prepare_for_detach and ongoing displaced steppingPedro Alves1-0/+10
2021-02-03prepare_for_detach: don't release scoped_restore at the endPedro Alves1-0/+5
2021-02-03Factor out after-stop event handling code from stop_all_threadsPedro Alves1-0/+5
2021-02-03Fix a couple vStopped pending ack bugsPedro Alves1-0/+7
2021-02-03Fix "target extended-remote" + "maint set target-non-stop" + "attach"Pedro Alves1-0/+5
2021-02-03Fix attaching in non-stop mode (PR gdb/27055)Pedro Alves1-0/+6
2021-02-02Inferior without argument prints detail of current inferior.Lancelot SIX1-0/+8
2021-02-02gdb/dwarf: make read_{loc,rng}list_index return sect_offsetSimon Marchi1-0/+6
2021-02-02gdb/dwarf: split dwarf2_cu::ranges_base in twoSimon Marchi1-0/+15
2021-02-02gdb/dwarf: read correct rnglist/loclist header in read_{rng,loc}list_indexSimon Marchi1-0/+9
2021-02-02gdb/dwarf: few fixes for handling DW_FORM_{rng,loc}listxSimon Marchi1-0/+13
2021-02-02gdb/dwarf: remove unnecessary check in read_{rng,loc}list_indexSimon Marchi1-0/+6
2021-02-02gdb/dwarf: add missing bound check to read_loclist_indexSimon Marchi1-0/+5
2021-02-02gdb/dwarf: fix bound check in read_rnglist_indexSimon Marchi1-0/+4
2021-02-02gdb/dwarf: change read_loclist_index complaints into errorsSimon Marchi1-0/+5
2021-02-02[gdb/symtab] Fix assert in write_one_signatured_typeTom de Vries1-0/+6
2021-02-01gdb: unify parts of the Linux and FreeBSD core dumping codeAndrew Burgess1-0/+29
2021-01-29[gdb/breakpoint] Fix stepping past non-stmt line-table entriesTom de Vries1-0/+7
2021-01-28gdb: remove unneeded switch_to_thread from thr_try_catch_cmdAndrew Burgess1-0/+5
2021-01-28gdb/tui: remove special handling of locator/status windowAndrew Burgess1-0/+51
2021-01-28gdb: rename get_type_arch to type::archSimon Marchi1-0/+5
2021-01-28gdb: rename type::{arch,objfile} -> type::{arch_owner,objfile_owner}Simon Marchi1-0/+7
2021-01-28gdb: update comment for execute_command_to_stringAndrew Burgess1-0/+5
2021-01-28[gdb/breakpoints] Fix longjmp master breakpoint with separate debug infoTom de Vries1-0/+10
2021-01-27Avoid use after free with logging and debug redirect.Lancelot SIX1-0/+7
2021-01-27GDB: aarch64: Add ability to displaced step over a BR/BLR instructionMatthew Malcomson1-0/+7
2021-01-26Use debug_prefixed_printf_cond in windows-nat.cTom Tromey1-0/+15
2021-01-26bfd: add elfcore_write_file_noteMihails Strasuns1-0/+5
2021-01-26gdb: Add default reggroups for ARCShahab Vahedi1-0/+5
2021-01-26Fix the date for the last entry in gdb/ChangeLogShahab Vahedi1-1/+1
2021-01-26arc: Log "pc" value in "arc_skip_prologue"Anton Kolesov1-0/+4
2021-01-25[gdb/symtab] Handle DW_AT_ranges with DW_FORM_sec_off in partial DIETom de Vries1-0/+7
2021-01-25Fix fixed-point regression with recent GCCTom Tromey1-0/+5
2021-01-25Specially handle array contexts in Ada expression resolutionTom Tromey1-0/+4
2021-01-23Avoid crash when "compile" expression uses cooked registerTom Tromey1-0/+6
2021-01-23Use std::vector for "registers_used" in compile featureTom Tromey1-0/+24
2021-01-23Remove call to reset from compile_to_objectTom Tromey1-0/+7