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
/
python
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
31
-3460
/
+6218
*
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 typos.
Bruce Mitchener
2015-09-22
1
-1
/
+1
*
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 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
*
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 types.py to actually be able to run check_padding_command() without error...
Greg Clayton
2015-06-01
1
-1
/
+1
*
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
*
symbolicate the application specific backtraces that are in MacOSX crash log ...
Greg Clayton
2015-03-05
2
-77
/
+127
*
Improved the TreeItem delegate which simplifies making tree items:
Greg Clayton
2014-10-07
1
-135
/
+419
*
Fix some errors that crept in when I cut & pasted into emacs.
Jim Ingham
2014-09-30
1
-16
/
+16
*
Add a very trivial example for scripted stepping.
Jim Ingham
2014-09-30
1
-0
/
+130
*
Played around with TK UI a bit this weekend.
Greg Clayton
2014-09-22
1
-0
/
+260
*
Don't use "lldb." global variables in LLDB commands.
Greg Clayton
2014-07-11
1
-1
/
+4
*
Fix typos.
Bruce Mitchener
2014-07-01
3
-12
/
+12
*
Allow classes to be intialized using current lldb::SB objects. This can help ...
Greg Clayton
2014-05-28
1
-4
/
+55
*
Fixed an issue where if you called:
Greg Clayton
2014-04-07
1
-1
/
+2
*
Add example target description file for QEMU for x86-64.
Hafiz Abid Qadeer
2014-02-20
1
-0
/
+352
*
Added a new lldb command that can parse all struct and class types for one or...
Greg Clayton
2014-01-23
1
-1
/
+14
*
Fix to only update the offset for concrete registers (ones that don't have 's...
Greg Clayton
2013-12-13
1
-1
/
+1
*
Adjust PC after hitting breakpoint on remote target.
Hafiz Abid Qadeer
2013-10-18
1
-0
/
+353
*
<rdar://problem/14972424>
Greg Clayton
2013-10-17
1
-58
/
+117
*
<rdar://problem/14972424>
Greg Clayton
2013-10-15
1
-0
/
+298
*
Added a "sources.py" which adds a command that can print out the source files...
Greg Clayton
2013-09-04
4
-0
/
+1997
*
Fix typeo in diagnose-unwind.py.
Jason Molenda
2013-07-15
1
-1
/
+1
*
Enabled the "--debug" option functionality that will SIGSTOP the current proc...
Greg Clayton
2013-07-12
1
-0
/
+5
*
Added a memory.py module that contains a 'memfind' command which allows you t...
Greg Clayton
2013-07-11
1
-0
/
+181
*
Tweaks to the Python reference and example command to use the preferred print...
Enrico Granata
2013-07-11
1
-5
/
+5
*
Add the frame content dumper function call to one more place.
Jason Molenda
2013-07-09
1
-0
/
+2
*
Add new information gathering to the lldb & simple backtrace methods:
Jason Molenda
2013-07-09
1
-5
/
+30
*
A bit more cleanup on the process_events.py to use best practices for event h...
Greg Clayton
2013-06-27
1
-54
/
+72
*
Update the platform options help strings.
Greg Clayton
2013-06-26
3
-3
/
+3
*
Fixed the process_events.py example to be able to specify the platform and al...
Greg Clayton
2013-06-26
1
-64
/
+63
*
Added a regex that can be specified to avoid showing contents on types that m...
Greg Clayton
2013-06-22
1
-70
/
+105
*
Also report any OS python plugin in use.
Jason Molenda
2013-06-20
1
-0
/
+3
*
Print the general purpose registers for frame 0.
Jason Molenda
2013-06-20
1
-0
/
+8
[next]