aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectPlatform.cpp
diff options
context:
space:
mode:
authorMed Ismail Bennani <medismail.bennani@gmail.com>2023-03-03 21:40:51 -0800
committerMed Ismail Bennani <medismail.bennani@gmail.com>2023-03-06 13:14:15 -0800
commitcfe06f495beb520ab366957d1108bb80c7c92832 (patch)
tree2ad8b08785c292381b4f3a832fe4a6be5ef91316 /lldb/source/Commands/CommandObjectPlatform.cpp
parent3c33d72e7fa83beb8a9b39fb3b8ecf4ee00c697d (diff)
downloadllvm-cfe06f495beb520ab366957d1108bb80c7c92832.zip
llvm-cfe06f495beb520ab366957d1108bb80c7c92832.tar.gz
llvm-cfe06f495beb520ab366957d1108bb80c7c92832.tar.bz2
[lldb/Plugin] Add breakpoint setting support to ScriptedProcesses.
This patch adds support for breakpoint setting to Scripted Processes. For now, Scripted Processes only support setting software breakpoints. When doing interactive scripted process debugging, it makes use of the memory writing capability to write the trap opcodes in the memory of the driving process. However the real process' target doesn't keep track of the breakpoints that got added by the scripted process. This is a design that we might need to change in the future, since we'll probably need to do some book keeping to handle breakpoints that were set by different scripted processes. Differential Revision: https://reviews.llvm.org/D145296 Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>
Diffstat (limited to 'lldb/source/Commands/CommandObjectPlatform.cpp')
0 files changed, 0 insertions, 0 deletions