aboutsummaryrefslogtreecommitdiff
path: root/gdb/displaced-stepping.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-28[gdb] Fix segfault in for_each_block, part 1Tom de Vries1-1/+2
2023-11-17gdb: remove regcache's address spaceSimon Marchi1-2/+1
2023-11-13gdb: clear step over information on thread exit (PR gdb/27338)Pedro Alves1-0/+7
2023-10-16Only allow closure lookup by address if there are threads displaced-steppingLuis Machado1-1/+2
2023-04-06gdb: fix reg corruption from displaced stepping on amd64Andrew Burgess1-16/+7
2023-03-29gdb: move displaced_step_dump_bytes into gdbsupport (and rename)Andrew Burgess1-2/+1
2023-03-27displaced step: pass down target_waitstatus instead of gdb_signalPedro Alves1-5/+11
2023-03-13gdb: add gdbarch::displaced_step_buffer_lengthAndrew Burgess1-3/+3
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-11-11Make sure a copy_insn_closure is available when we have a match in copy_insn_...Luis Machado1-3/+25
2022-03-29Unify gdb printf functionsTom Tromey1-1/+1
2022-01-18gdb: use ptid_t::to_string instead of target_pid_to_str in debug statementsSimon Marchi1-2/+2
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-04gdb: make displaced stepping implementation capable of managing multiple buffersSimon Marchi1-59/+119
2020-12-04gdb: move displaced stepping logic to gdbarch, allow starting concurrent disp...Simon Marchi1-1/+194
2020-12-04gdb: move displaced stepping types to displaced-stepping.{h,c}Simon Marchi1-0/+52