Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
lldb
/
527154d8e532f27f25af226c9e1dac607c48b5d1
/
examples
1d4e4d5
Add an example customization directory which uses a binutils.py module to provide
by Johnny Chen
· 13 years ago
e700b60
Remove extra newline in the docstring.
by Johnny Chen
· 13 years ago
0a833be
Add a binutils.py which contains Python functions for displaying bit representation of numbers.
by Johnny Chen
· 13 years ago
784fb85
Add 'cd -' feature to change to the previous working directory.
by Johnny Chen
· 13 years ago
fbb07c3
Prepend '~' to the sys.path so that ~/utils.py takes precedence.
by Johnny Chen
· 13 years ago
bff89e1
Patch by Enrico to provide an example of 'import' commnad for importing .py/.pyc files.
by Johnny Chen
· 13 years ago
5e573a9
Add an examples/customization directory and add a subdirectory pwd-cd-and-system
by Johnny Chen
· 13 years ago
5d6e161
Allow the crash log file path to contain an initial tilde component.
by Johnny Chen
· 13 years ago
0e17253
Simplify code to print symbols and sections within a module using the built-in iterators.
by Johnny Chen
· 13 years ago
2f57db0
Cleaned up the the code that figures out the inlined stack frames given a
by Greg Clayton
· 13 years ago
d9b4425
Fixed the public and internal disassembler API to be named correctly:
by Greg Clayton
· 13 years ago
be46d6d
Fixes for a few different versions of the darwin crash log.
by Greg Clayton
· 13 years ago
ee01551
Added an example that symbolicates symbol information. This file
by Greg Clayton
· 13 years ago
2e7711c
Objective-C runtime wrapper
by Enrico Granata
· 13 years ago
7e65503
More documentation changes (WIP)
by Enrico Granata
· 13 years ago
242ffb8
Short option for --summary-string in 'type summary add' is now -s. This might be a breaking change for those who have summaries defined.
by Enrico Granata
· 13 years ago
278bc67
Fixing a startup error
by Enrico Granata
· 13 years ago
68506fb
Exception-awareness for gnu_libstdcpp formatters ; Documentation update
by Enrico Granata
· 13 years ago
f501c59
First round of code cleanups:
by Enrico Granata
· 13 years ago
840eb26
CFString.py now shows contents in a more NSString-like way (e.g. you get @"Hello" instead of "Hello")
by Enrico Granata
· 13 years ago
e294545
changing CFString.py to reflect the new behavior of CreateValueFromAddress
by Enrico Granata
· 13 years ago
7718f3f
copying std:: SynthProviders in examples/synthetic
by Enrico Granata
· 13 years ago
c92eb40
APIs to GetValueAsSigned/Unsigned() in SBValue now also accept an SBError parameter to give more info about any problem
by Enrico Granata
· 13 years ago
e626c49
Cleaned up the NSString summary formatter to not print "<invalid object>" when
by Greg Clayton
· 13 years ago
bfc0613
changes in the new GetMinimumLanguages() ; robustness improvements in the CFStringSynthProvider object ; made a CFString_SummaryProvider function you can use if all you care about is the summary string for your NSString objects
by Enrico Granata
· 13 years ago
6a4e58e
new synthetic children provider for CFString and related classes ; test case for it
by Enrico Granata
· 13 years ago
979e20d
Public API changes:
by Enrico Granata
· 13 years ago
28945d5
another possible incarnation of a C++ string straight from llvm-gcc build 5658
by Enrico Granata
· 13 years ago
ae18fbf
make the C++stdlib string summary work even if for some reason std::basic_string<char> ends up in the debug info instead of std::string
by Enrico Granata
· 13 years ago
ead6fd6
Add newline at end of file.
by Johnny Chen
· 13 years ago
8cecd17
Minor modification.
by Johnny Chen
· 13 years ago
7d2af5d
Add an example type summary -- for lldb::ConnectionStatus.
by Johnny Chen
· 13 years ago
9cbb125
Don't delete & remake the exception breakpoints every time you need them. Make them once & enable/disable
by Jim Ingham
· 13 years ago
fb25b10
essentials contains two small summaries that you might really want to use; lldb contains some basic summaries for use in debugging LLDB itself. to use them, you must type category enable lldb
by Enrico Granata
· 13 years ago
e3a83d2
Add usage docstring to SBValue.h, and minor update of docstrings for SBValueList.h.
by Johnny Chen
· 13 years ago
2664941
Remove unnecessary 'import' statement.
by Johnny Chen
· 13 years ago
35393b1
by Caroline Tice
· 13 years ago
a7ab590
Add a little spice to the script to allow us to specify a function name to break at and to disassemble.
by Johnny Chen
· 13 years ago
d807c51
Add a little twist to the disasm.py script so that it is possible to terminate the inferior process
by Johnny Chen
· 13 years ago
a6cec39
Modified to use SBTarget.LaunchSimple() API.
by Johnny Chen
· 13 years ago
528a916
Use built-in truth value testing.
by Johnny Chen
· 13 years ago
5949d28
Modified to take advantage of the iteration protocol for our lldb container objects.
by Johnny Chen
· 14 years ago
bb73710
The example had gotten stale, so I made it work again, and for fun printed out the frame registers as well.
by Jim Ingham
· 14 years ago
5d187e5
Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.
by Greg Clayton
· 14 years ago
9f8463d
Add comment explaining the options used to invoke the test driver.
by Johnny Chen
· 14 years ago
4453f0a
A simple config to test both x86_64 and i386 architectures.
by Johnny Chen
· 14 years ago
3f6d14e
There's no need to explicitly call lldb.SBDebugger.Initialize() now. It is done
by Johnny Chen
· 14 years ago
953864a
Added the capability for the test driver to split the sys.stderr/sys.stdout into
by Johnny Chen
· 14 years ago
e3c81e0
Minor change.
by Johnny Chen
· 14 years ago
d8c6253
Cleaned up the SWIG stuff so all includes happen as they should, no pulling
by Greg Clayton
· 14 years ago
4fbfcda
Fixed a few issues with the example script.
by Greg Clayton
· 14 years ago
1a3083a
Added the first of hopefully many python example scripts that show how to
by Greg Clayton
· 14 years ago
b40056b
Added the capability to source the configFile specified via the "-c" option in
by Johnny Chen
· 14 years ago
466f6c4
Added some missing API for address resolving within a module, and looking
by Greg Clayton
· 14 years ago