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
*
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
*
Cleanup the output a bit by removing old print statements and also printing t...
Greg Clayton
2013-06-20
1
-4
/
+4
*
Implemented a types.py module that allows types to be inspected for padding.
Greg Clayton
2013-06-19
1
-0
/
+212
*
A few small enhancements to the diagnose-unwind command.
Jason Molenda
2013-06-19
1
-24
/
+82
*
Added the ability options to:
Greg Clayton
2013-06-14
1
-74
/
+256
*
Remove unneeded include.
Greg Clayton
2013-06-13
1
-1
/
+0
*
Added a new makefile setting that can be set in LLDB makefiles: USE_LIBCPP. T...
Greg Clayton
2013-06-13
4
-40
/
+175
*
Added some new example code that can grab all functions from any executable, ...
Greg Clayton
2013-06-13
2
-0
/
+183
*
Small changes to diagnose_unwind. Correctly provide help text.
Jason Molenda
2013-06-05
1
-6
/
+15
*
Adding a diagnose-nsstring command
Enrico Granata
2013-05-30
2
-1
/
+172
*
Providing a more interesting command template for LLDB
Enrico Granata
2013-05-09
1
-25
/
+41
*
Adding some LLDB-specific logic to the tracer (in a separate tracer module) t...
Enrico Granata
2013-05-07
1
-12
/
+91
*
First iteration of a Python tracer module
Enrico Granata
2013-05-07
1
-0
/
+249
*
Print a backtrace line for a pc value even if we can't make an SBAddress
Jason Molenda
2013-05-01
1
-1
/
+2
*
Put a try/catch block around the SBAddress setting; don't want to
Jason Molenda
2013-04-30
1
-13
/
+16
*
Rename unwind_diagnose.py to diagnose_unwind.py. Change
Jason Molenda
2013-04-30
1
-7
/
+7
*
Remove a print statement that was left in accidentally.
Greg Clayton
2013-04-24
1
-1
/
+0
*
One line I forgot to remove.
Jason Molenda
2013-04-23
1
-1
/
+0
*
Update the unwind_diagnose script to work correctly with both
Jason Molenda
2013-04-23
1
-48
/
+10
*
Add a new -a / --address argument to image show-unwind to get the
Jason Molenda
2013-04-23
1
-1
/
+4
*
Add a new python file to help diagnose backtrace failures in the field.
Jason Molenda
2013-04-23
1
-0
/
+197
*
<rdar://problem/13477795>
Greg Clayton
2013-04-04
2
-3
/
+10
*
Playing around with making performance test cases run from within python.
Greg Clayton
2013-04-03
1
-25
/
+122
*
<rdar://problem/13416800>
Greg Clayton
2013-04-03
1
-4
/
+21
*
A few more tweaks to the python perf tests. Now there is a MemoryMeasurement.
Greg Clayton
2013-03-26
1
-19
/
+60
*
Added a python version of the performance tests. It will be good to see if th...
Greg Clayton
2013-03-23
1
-0
/
+197
*
This checkin removes the last Cocoa formatters that were implemented in Pytho...
Enrico Granata
2013-03-19
1
-1
/
+2
*
NS(Mutable)IndexSet formatter moves from Python to C++
Enrico Granata
2013-03-16
1
-1
/
+2
*
Converting more data formatters to C++ - NSBundle, CFBinaryHeap, NSMachPort a...
Enrico Granata
2013-03-16
5
-5
/
+10
*
Created a sample "jump" command that handles
Sean Callanan
2013-03-12
1
-0
/
+173
*
Initial checkin of a new project: LLDB Performance Testing Infrastructure
Enrico Granata
2013-03-08
1
-0
/
+2
*
Added a new module that can dump all line tables for all compile units in any...
Greg Clayton
2013-03-07
1
-0
/
+59
*
Being explicit about how ignoring optparse's exceptions is not a best principle
Enrico Granata
2013-02-25
1
-0
/
+2
*
Added missing lldb module namespace.
Greg Clayton
2013-02-25
1
-1
/
+1
*
<rdar://problem/13286937>
Greg Clayton
2013-02-25
1
-3
/
+13
*
Using __package__ and __name__ seems redundant - __name__ should always conta...
Enrico Granata
2013-02-22
1
-11
/
+4
*
Mark the command as failed if parsing fails.
Jim Ingham
2013-02-21
1
-0
/
+1
*
Quick fix for the libc++ std::map synthetic children provider
Enrico Granata
2013-02-09
2
-4
/
+8
*
Allow the target to give out the size of the red zone for given ABIs.
Greg Clayton
2013-02-01
1
-79
/
+206
*
Added the ability to search segments for data. Currently __TEXT, __LINKEDIT a...
Greg Clayton
2013-01-31
1
-251
/
+138
[next]