aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2020-07-12gdb: remove TYPE_HIGH_BOUND and TYPE_LOW_BOUNDSimon Marchi1-0/+6
2020-07-12gdb: add accessors to struct dynamic_propSimon Marchi1-0/+13
2020-07-12gdb: make get_discrete_bounds check for non-constant range boundsSimon Marchi1-0/+7
2020-07-12gdb: remove TYPE_RANGE_DATA macroSimon Marchi1-0/+5
2020-07-12gdb: add type::bounds / type::set_boundsSimon Marchi1-0/+6
2020-07-11Fine tune exec-file-mismatch help and documentation.Philippe Waroquiers1-0/+4
2020-07-10Fix crash if connection drops in scoped_restore_current_thread's ctor, part 2Pedro Alves1-0/+16
2020-07-10Fix crash if connection drops in scoped_restore_current_thread's ctor, part 1Pedro Alves1-0/+8
2020-07-10Fix GDB busy loop when interrupting non-stop program (PR 26199)Simon Marchi1-0/+9
2020-07-10Make handle_no_resumed transfer terminalPedro Alves1-0/+6
2020-07-10Fix handle_no_resumed w/ multiple targetsPedro Alves1-0/+5
2020-07-10Avoid constant stream of TARGET_WAITKIND_NO_RESUMEDPedro Alves1-0/+6
2020-07-10Fix latent bug in target_pass_ctrlcPedro Alves1-0/+6
2020-07-10Fix spurious unhandled remote %Stop notificationsPedro Alves1-0/+9
2020-07-10Enable multi-process mode in the FreeBSD native target.John Baldwin1-0/+7
2020-07-09Don't compare the pid returned from 'wait' against inferior_ptid.John Baldwin1-0/+5
2020-07-09Support several new ELF auxiliary vector types on FreeBSD.John Baldwin1-0/+6
2020-07-08Handle Windows drives in auto-load script pathsHannes Domani1-0/+5
2020-07-08Rename the 'obfd' argument to fbsd_nat_target::find_memory_regions.John Baldwin1-0/+5
2020-07-08Use read_memory in ada_exception_message_1Tom Tromey1-0/+4
2020-07-06gdb: Python unwinders, inline frames, and tail-call framesAndrew Burgess1-0/+10
2020-07-06gdb/python: New method to access list of register groupsAndrew Burgess1-0/+19
2020-07-06gdb/python: Add gdb.Architecture.registers methodAndrew Burgess1-0/+13
2020-07-06gdb/python: Add architecture method to gdb.PendingFrameAndrew Burgess1-0/+6
2020-07-06gdb: Remove deprecated_set_gdbarch_dataAndrew Burgess1-0/+18
2020-07-06[gdb/symtab] Fix line-table end-of-sequence sortingTom de Vries1-0/+7
2020-07-06[gdb/tui,c++17] Fix NULL string_view in tui_partial_win_by_nameTom de Vries1-0/+5
2020-07-05[gdb/build,c++17] Fix use of deprecated std::uncaught_exceptionTom de Vries1-0/+7
2020-07-03gdb: make macro_stringify return a gdb::unique_xmalloc_ptr<char>Simon Marchi1-0/+7
2020-07-03gdb: make macro_expand_next return a gdb::unique_xmalloc_ptr<char>Simon Marchi1-0/+11
2020-07-03gdb: remove callback in macro expand functionsSimon Marchi1-0/+14
2020-07-02gdb: remove unused fetch_inferior_event and inferior_event_handler parametersSimon Marchi1-0/+16
2020-07-01Make tui_win_info::name pure virtualTom Tromey1-0/+5
2020-07-01Remove tui_gen_win_infoTom Tromey1-0/+21
2020-07-01Derive tui_locator_window from tui_win_infoTom Tromey1-0/+7
2020-07-01Remove body of tui_locator_window constructorTom Tromey1-0/+4
2020-07-01Don't derive tui_data_item_window from tui_gen_win_infoTom Tromey1-0/+21
2020-07-01Rename tui_data_item_window::item_noTom Tromey1-0/+7
2020-07-01Remove useless "if' from tui-regs.cTom Tromey1-0/+5
2020-07-01Remove tui_data_window::nameTom Tromey1-0/+5
2020-07-01Move some code out of tui-data.hTom Tromey1-0/+13
2020-07-01Remove tui_expand_tabsTom Tromey1-0/+13
2020-07-01Use complete_on_enum in tui_reggroup_completerTom Tromey1-0/+4
2020-07-01Recognize -1 as a tombstone value in .debug_lineFangrui Song1-0/+4
2020-07-01Allow reference form for DW_AT_associated and DW_AT_allocated attributesAlok Kumar Sharma1-0/+6
2020-06-30Fix bug in quirk_rust_enumTom Tromey1-0/+5
2020-06-30Do not define basic_string_view::to_stringTom Tromey1-0/+6
2020-06-29gdb: fix documentation of gdbarch_displaced_step_copy_insnSimon Marchi1-0/+5
2020-06-28Remove "cmd_type" functionTom Tromey1-0/+9
2020-06-27Make {get,set}_inferior_io_terminal inferior methodsPedro Alves1-0/+18