summaryrefslogtreecommitdiff
path: root/gdb/displaced-stepping.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: fix reg corruption from displaced stepping on amd64Andrew Burgess2023-04-061-16/+7
* gdb: move displaced_step_dump_bytes into gdbsupport (and rename)Andrew Burgess2023-03-291-2/+1
* displaced step: pass down target_waitstatus instead of gdb_signalPedro Alves2023-03-271-5/+11
* gdb: add gdbarch::displaced_step_buffer_lengthAndrew Burgess2023-03-131-3/+3
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Make sure a copy_insn_closure is available when we have a match in copy_insn_...Luis Machado2022-11-111-3/+25
* Unify gdb printf functionsTom Tromey2022-03-291-1/+1
* gdb: use ptid_t::to_string instead of target_pid_to_str in debug statementsSimon Marchi2022-01-181-2/+2
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb: make displaced stepping implementation capable of managing multiple buffersSimon Marchi2020-12-041-59/+119
* gdb: move displaced stepping logic to gdbarch, allow starting concurrent disp...Simon Marchi2020-12-041-1/+194
* gdb: move displaced stepping types to displaced-stepping.{h,c}Simon Marchi2020-12-041-0/+52