aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2020-07-22Fix crash in -stack-list-argumentsTom Tromey1-0/+5
2020-07-22gdb/python: Use reference not pointer in py-registers.cAndrew Burgess1-0/+7
2020-07-22gdb/jit: skip jit symbol lookup if already detected the symbols don't existSimon Marchi1-0/+7
2020-07-22gdb/jit: apply minor cleanup and modernizationSimon Marchi1-0/+13
2020-07-22gdb/jit: remove jiter_objfile_data -> objfile back-linkSimon Marchi1-0/+6
2020-07-22gdb/jit: enable tracking multiple JITer objfilesTankut Baris Aktemur1-0/+16
2020-07-22gdb/jit: move cached_code_address and jit_breakpoint to jiter_objfile_dataSimon Marchi1-0/+9
2020-07-22gdb/jit: apply some simplifications and assertionsSimon Marchi1-0/+7
2020-07-22gdb/jit: split jit_objfile_data in twoSimon Marchi1-0/+17
2020-07-22gdb/jit: link to jit_objfile_data directly from the objfile structSimon Marchi1-0/+17
2020-07-22gdb/jit: pass the jiter objfile as an argument to jit_event_handlerTankut Baris Aktemur1-0/+12
2020-07-21Retire the now-unused gdbarch handle_segmentation_fault hook.John Baldwin1-0/+9
2020-07-21Migrate the sparc64 ADI handle_segmentation_fault hook to report_signal_info.John Baldwin1-0/+8
2020-07-21Migrate the x86 MPX handle_segmentation_fault hook to report_signal_info.John Baldwin1-0/+12
2020-07-21Report architecture-specific signal information for core files.John Baldwin1-0/+5
2020-07-21Add a new gdbarch hook to report additional signal information.John Baldwin1-0/+8
2020-07-21gdb/python: Reuse gdb.RegisterGroup objects where possibleAndrew Burgess1-0/+8
2020-07-21gdb/python: Reuse gdb.RegisterDescriptor objects where possibleAndrew Burgess1-0/+11
2020-07-21gdb, gdbserver: make stopped_pids global variables staticSimon Marchi1-0/+4
2020-07-21gdb: handle undefined properties in ada_discrete_type_{low,high}_boundSimon Marchi1-0/+6
2020-07-21Enable multi-process mode in the NetBSD native target.Kamil Rytarowski1-0/+7
2020-07-20Implement the skip_solib_resolver gdbarch hook for FreeBSD architectures.John Baldwin1-0/+9
2020-07-20guile: Add support for Guile 3.0.Ludovic Courtès1-0/+9
2020-07-20guile: Add support for Guile 2.2.Ludovic Courtès1-0/+50
2020-07-18Remove "linux_multi_process" globalTom Tromey1-0/+5
2020-07-17gdb/riscv: delete target descriptions when gdb exitsAndrew Burgess1-0/+12
2020-07-17Use boolean literals in linux-nat.cTom Tromey1-0/+7
2020-07-16gdb: fix issues with handling DWARF v5 rnglists & .dwo files.Caroline Tice1-0/+43
2020-07-15gdb/fortran: Handle dynamic string types when printing typesAndrew Burgess1-0/+5
2020-07-14gdb: Improve formatting of 'show architecture' messagesAndrew Burgess1-0/+4
2020-07-12gdb: make type::bounds work for array and string typesSimon Marchi1-0/+26
2020-07-12gdb: remove TYPE_ARRAY_BIT_STRIDESimon Marchi1-0/+5
2020-07-12gdb: remove TYPE_BIT_STRIDESimon Marchi1-0/+7
2020-07-12gdb: remove TYPE_ARRAY_{LOWER,UPPER}_BOUND_VALUESimon Marchi1-0/+6
2020-07-12gdb: remove TYPE_ARRAY_{UPPER,LOWER}_BOUND_IS_UNDEFINEDSimon Marchi1-0/+6
2020-07-12gdb: remove TYPE_LOW_BOUND_KIND and TYPE_HIGH_BOUND_KINDSimon Marchi1-0/+6
2020-07-12gdb: remove TYPE_LOW_BOUND_UNDEFINED and TYPE_HIGH_BOUND_UNDEFINEDSimon Marchi1-0/+7
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