index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
examples
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update cmdtemplate.py to use best pratices.
Greg Clayton
2018-06-22
1
-53
/
+78
*
Fix/unify the spelling of Objective-C.
Adrian Prantl
2018-06-13
1
-2
/
+2
*
Added a BSD archive tool.
Greg Clayton
2018-04-02
1
-0
/
+481
*
Fixed up to use a class for the commands, renamed the commands and added a wa...
Greg Clayton
2017-11-16
1
-68
/
+181
*
Update tuple/list/deque data formatters to work with newest libc++
Pavel Labath
2017-11-07
1
-4
/
+11
*
Modernize the example cmdtemplate.py.
Jim Ingham
2017-10-31
1
-85
/
+95
*
The save_crashlog command was still looking at lldb.target and
Jim Ingham
2017-10-12
1
-6
/
+7
*
Work around a bug in the C++ expression parser.
Jim Ingham
2017-10-05
1
-47
/
+47
*
Another silly little thing you can do with Python commands.
Jim Ingham
2017-10-05
1
-0
/
+24
*
Add an example command to toggle between disassembly-only and source mode.
Jim Ingham
2017-04-20
1
-0
/
+48
*
Fixed to disassemble new packets and fixed the dumping of the 'x' packets.
Greg Clayton
2017-04-14
1
-12
/
+41
*
Print the error if dsymForUUID sometimes produces bad plists.
Jim Ingham
2017-03-28
1
-1
/
+5
*
Improve crashlog.py so it can handle more iOS crashlog files.
Greg Clayton
2016-12-08
1
-0
/
+11
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
75
-10770
/
+14148
*
Add an helper class lldb.formatters.synth.PythonObjectSyntheticChildProvider
Enrico Granata
2016-08-30
1
-0
/
+57
*
Mention is_stale in the scripted step doc.
Jim Ingham
2016-08-05
1
-7
/
+29
*
Fixup the "shadow" example command to use the function that takes an executio...
Greg Clayton
2016-06-28
1
-28
/
+26
*
Added a new python example which installs a command called "shadow".
Greg Clayton
2016-06-23
1
-0
/
+59
*
Fixed a few places that were building a regex from an identifier without esca...
Greg Clayton
2016-06-10
2
-2
/
+2
*
Another little example use of scripted thread plans.
Jim Ingham
2016-05-03
1
-0
/
+25
*
Fix regression in gnu_libstdcpp.py introduced by r266313
Ulrich Weigand
2016-04-14
1
-1
/
+1
*
Miscellaneous fixes for big-endian systems
Ulrich Weigand
2016-04-14
1
-5
/
+6
*
Python 3 - modernize exception catching syntax.
Zachary Turner
2015-11-03
1
-1
/
+1
*
Fix tabs and spaces in one of the python files.
Zachary Turner
2015-10-26
1
-16
/
+14
*
Fix libstdc++ data formatters on Ubuntu 15.10 x86_64
Todd Fiala
2015-10-22
1
-7
/
+21
*
Py3'ify some of the examples that get run at startup.
Zachary Turner
2015-10-19
2
-5
/
+5
*
[libstdc++ data-formatters] Remove size limits.
Siva Chandra
2015-10-13
1
-11
/
+0
*
Fix typos.
Bruce Mitchener
2015-09-22
4
-6
/
+6
*
Fix process_events.py to auto continue the process if we attached so the proc...
Greg Clayton
2015-08-12
1
-0
/
+6
*
Fix typo in gdbremote.py
Pavel Labath
2015-07-28
1
-1
/
+1
*
Improved the packet dumper to escape the response string before sending it to...
Greg Clayton
2015-07-22
1
-10
/
+77
*
Fix typos.
Bruce Mitchener
2015-07-22
1
-4
/
+4
*
Fix the yellow colorizing and fix some logic in the "A" packet dumper.
Greg Clayton
2015-07-20
1
-2
/
+7
*
Handle dumping many more packet types including the A packet, qC, QSetDisable...
Greg Clayton
2015-07-17
1
-34
/
+81
*
Added support for dumping 'x', 'X', 'qSymbol' packets. Also dump any XML retr...
Greg Clayton
2015-07-17
1
-15
/
+121
*
Allow gdbremote.py to take input from STDIN and handle "c" and "s" packets.
Greg Clayton
2015-07-17
1
-9
/
+28
*
Improve the packet dumper to be able to read the target.xml so it can dump re...
Greg Clayton
2015-07-02
1
-10
/
+62
*
Fix typos
Bruce Mitchener
2015-07-02
1
-3
/
+3
*
Another slightly less goofy example of scripted steps.
Jim Ingham
2015-07-02
1
-0
/
+56
*
Add a missing space.
Jim Ingham
2015-07-01
1
-1
/
+1
*
Remove a few uses of lldb.target, which is not valid
Jim Ingham
2015-06-23
1
-5
/
+6
*
Fix a variety of typos.
Bruce Mitchener
2015-06-18
1
-5
/
+5
*
Fix types.py to actually be able to run check_padding_command() without error...
Greg Clayton
2015-06-01
1
-1
/
+1
*
Added a new API to SBFrame:
Greg Clayton
2015-05-28
1
-18
/
+112
*
Allow expresions to have unique expression prefixes:
Greg Clayton
2015-05-27
1
-13
/
+24
*
Fix this module to work with current packects and also to be able to figure o...
Greg Clayton
2015-05-22
1
-15
/
+39
*
Add a call to SBDebugger:Destroy() at the end of the self-hosted
Jason Molenda
2015-04-01
1
-0
/
+1
*
Fix StdVBoolImplementation to handle large vectors
Tamas Berghammer
2015-03-25
1
-2
/
+3
*
Cleanup to simplify the formatter for std::map of libstdc++.
Siva Chandra
2015-03-18
1
-33
/
+11
*
Implement formatter for std::vector<bool, ...> of libstdc++ in Python.
Siva Chandra
2015-03-17
1
-68
/
+126
[next]