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
...
*
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
*
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
*
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
*
Mark the command as failed if parsing fails.
Jim Ingham
2013-02-21
1
-0
/
+1
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-1
/
+2
*
<rdar://problem/13010007>
Greg Clayton
2013-01-18
1
-0
/
+12
*
Made crashlog.py handle cases where a parent
Sean Callanan
2013-01-12
1
-3
/
+5
*
Updated documentation on the "register_data_addr" key that can be supplied in...
Greg Clayton
2013-01-09
1
-0
/
+5
*
Allow operating system plug-ins to specify the address for registers so we do...
Greg Clayton
2012-10-25
1
-1
/
+1
*
<rdar://problem/12491420>
Greg Clayton
2012-10-18
1
-1
/
+1
*
Added process attach options and also use the SBLaunchInfo and SBAttachInfo.
Greg Clayton
2012-09-25
1
-14
/
+72
*
Added auto LLDB import to the crashlog script.
Greg Clayton
2012-09-19
1
-2
/
+32
*
Modified the command template to include best practices.
Greg Clayton
2012-09-13
1
-17
/
+24
*
Added some documentation and an accessor for the target with an explanation o...
Greg Clayton
2012-09-12
1
-1
/
+21
*
Print the stack size followed by the full stack info.
Greg Clayton
2012-09-11
1
-2
/
+2
*
Added a python example that will compute which functions in a process are hog...
Greg Clayton
2012-09-10
1
-0
/
+56
*
Added a quick example to show how disasembly output can be customized.
Greg Clayton
2012-09-07
1
-0
/
+24
*
Make the tab character in the thread frame lines optional.
Jason Molenda
2012-08-31
1
-1
/
+1
*
Added command lists that can be executed on launch, stop, crash and exit. Add...
Greg Clayton
2012-08-31
1
-15
/
+71
*
Added an example that show correct usage of the async process event API.
Greg Clayton
2012-08-31
1
-0
/
+139
*
<rdar://problem/11757916>
Greg Clayton
2012-08-29
2
-6
/
+23
*
Instead of using re.split and requiring two spaces between the "regname: regv...
Jason Molenda
2012-08-28
1
-1
/
+2
*
The OS plug-in can now get data from a python script that implements the prot...
Greg Clayton
2012-08-24
1
-3
/
+4
*
We have a partially working OS plug-in through python!
Greg Clayton
2012-08-24
1
-6
/
+8
*
Fixing an issue in the OS sample
Enrico Granata
2012-08-24
1
-0
/
+1
*
Added Args::StringForEncoding(), Args::StringToGenericRegister() and centrali...
Greg Clayton
2012-08-24
1
-0
/
+63
*
Added qVAttachOrWaitSupported packet support.
Greg Clayton
2012-08-20
1
-0
/
+1
*
<rdar://problem/12087275>
Greg Clayton
2012-08-13
1
-1
/
+1
*
Enable the "symbolicate" interactive command to symbolicate all crash logs if...
Greg Clayton
2012-07-16
1
-15
/
+18
*
Show source by default for the first 4 frames of the crash thread. Also added...
Greg Clayton
2012-07-13
1
-13
/
+18
*
Added the ability to see source context with each frame in the "crashlog" com...
Greg Clayton
2012-07-13
1
-8
/
+37
*
Make const result value objects able to return dynamic types.
Greg Clayton
2012-07-07
1
-23
/
+22
[prev]
[next]