forked from OSchip/llvm-project
![]() In order to facilitate the writting of Scripted Processes, this patch introduces a `ScriptedProcess` python base class in the lldb module. The base class holds the python interface with all the - abstract - methods that need to be implemented by the inherited class but also some methods that can be overwritten. This patch also provides an example of a Scripted Process with the `MyScriptedProcess` class. rdar://65508855 Differential Revision: https://reviews.llvm.org/D95712 Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com> |
||
---|---|---|
.. | ||
scripted_process | ||
armv7_cortex_m_target_defintion.py | ||
bsd.py | ||
cmdtemplate.py | ||
crashlog.py | ||
delta.py | ||
diagnose_nsstring.py | ||
diagnose_unwind.py | ||
dict_utils.py | ||
disasm-stress-test.py | ||
disasm.py | ||
disassembly_mode.py | ||
file_extract.py | ||
gdb_disassemble.py | ||
gdbremote.py | ||
globals.py | ||
in_call_stack.py | ||
jump.py | ||
lldb_module_utils.py | ||
lldbtk.py | ||
mach_o.py | ||
memory.py | ||
operating_system.py | ||
performance.py | ||
process_events.py | ||
pytracer.py | ||
sbvalue.py | ||
scripted_step.py | ||
shadow.py | ||
sources.py | ||
stacks.py | ||
step_and_print.py | ||
symbolication.py | ||
types.py | ||
x86_64_linux_target_definition.py | ||
x86_64_qemu_target_definition.py | ||
x86_64_target_definition.py |