llvm-project/lldb/examples/python
Bruce Mitchener adb99821bc Fix typos.
Summary: Another round of minor typo fixes.

Reviewers: clayborg

Subscribers: lldb-commits

Differential Revision: http://reviews.llvm.org/D13026

llvm-svn: 248243
2015-09-22 05:07:56 +00:00
..
cmdtemplate.py Tweaks to the Python reference and example command to use the preferred print style and the (finally available :-) SetError API 2013-07-11 21:49:38 +00:00
crashlog.py Remove a few uses of lldb.target, which is not valid 2015-06-23 20:26:45 +00:00
delta.py Fix typos. 2014-07-01 21:22:11 +00:00
diagnose_nsstring.py Adding a diagnose-nsstring command 2013-05-30 23:36:47 +00:00
diagnose_unwind.py Fix typeo in diagnose-unwind.py. 2013-07-15 22:40:17 +00:00
dict_utils.py Added a "sources.py" which adds a command that can print out the source files contained in one or more modules. 2013-09-04 17:31:40 +00:00
disasm-stress-test.py
disasm.py
file_extract.py Added a "sources.py" which adds a command that can print out the source files contained in one or more modules. 2013-09-04 17:31:40 +00:00
gdb_disassemble.py
gdbremote.py Fix typo in gdbremote.py 2015-07-28 15:13:23 +00:00
globals.py Update the platform options help strings. 2013-06-26 22:24:05 +00:00
jump.py Created a sample "jump" command that handles 2013-03-12 00:08:40 +00:00
lldb_module_utils.py Added a new module that can dump all line tables for all compile units in any modules that are specified as arguments to the "dump_module_line_tables" command. 2013-03-07 02:57:54 +00:00
lldbtk.py Improved the TreeItem delegate which simplifies making tree items: 2014-10-07 17:30:23 +00:00
mach_o.py Fix typos. 2014-07-01 21:22:11 +00:00
memory.py Added a memory.py module that contains a 'memfind' command which allows you to search memory for a byte pattern. 2013-07-11 22:38:00 +00:00
operating_system.py Remove a print statement that was left in accidentally. 2013-04-24 22:21:02 +00:00
performance.py Playing around with making performance test cases run from within python. 2013-04-03 22:59:27 +00:00
process_events.py Fix process_events.py to auto continue the process if we attached so the process doesn't just sit there suspended. 2015-08-12 20:04:01 +00:00
pytracer.py Adding some LLDB-specific logic to the tracer (in a separate tracer module) to improve the quality of the output when debugging data formatters 2013-05-07 21:42:18 +00:00
sbvalue.py
scripted_step.py Another slightly less goofy example of scripted steps. 2015-07-02 00:24:17 +00:00
sources.py Added a "sources.py" which adds a command that can print out the source files contained in one or more modules. 2013-09-04 17:31:40 +00:00
stacks.py Don't use "lldb." global variables in LLDB commands. 2014-07-11 22:41:30 +00:00
symbolication.py Fix typos. 2015-09-22 05:07:56 +00:00
types.py Fix types.py to actually be able to run check_padding_command() without erroring out. 2015-06-01 17:28:45 +00:00
x86_64_linux_target_definition.py Adjust PC after hitting breakpoint on remote target. 2013-10-18 10:04:33 +00:00
x86_64_qemu_target_definition.py Add example target description file for QEMU for x86-64. 2014-02-20 14:02:56 +00:00
x86_64_target_definition.py Fix to only update the offset for concrete registers (ones that don't have 'slice' or 'composite' key/value pairs). 2013-12-13 00:35:21 +00:00