summaryrefslogtreecommitdiff
path: root/gdb/displaced-stepping.h
Commit message (Expand)AuthorAgeFilesLines
* displaced step: pass down target_waitstatus instead of gdb_signalPedro Alves2023-03-271-1/+1
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* 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: factor out debug_prefixed_printf_condSimon Marchi2020-12-111-6/+1
* gdb: make displaced stepping implementation capable of managing multiple buffersSimon Marchi2020-12-041-16/+37
* gdb: move displaced stepping logic to gdbarch, allow starting concurrent disp...Simon Marchi2020-12-041-22/+85
* gdb: move displaced stepping types to displaced-stepping.{h,c}Simon Marchi2020-12-041-0/+84
* gdb: introduce status enum for displaced step prepare/finishSimon Marchi2020-12-041-0/+47