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
/
scripts
/
Python
Commit message (
Expand
)
Author
Age
Files
Lines
*
This checkin removes the last Cocoa formatters that were implemented in Pytho...
Enrico Granata
2013-03-19
1
-27
/
+0
*
<rdar://problem/13421412>
Greg Clayton
2013-03-14
1
-1
/
+1
*
Added new properties to lldb.SBModule classes:
Greg Clayton
2013-03-07
1
-3
/
+61
*
Stop the "module" property from throwing an exception when the module name wa...
Greg Clayton
2013-03-07
1
-6
/
+9
*
Convert from the C-based LLVM Disassembler shim to the full MC Disassembler A...
Jim Ingham
2013-03-02
3
-0
/
+12
*
<rdar://problem/13281528>
Greg Clayton
2013-02-25
2
-9
/
+9
*
Fix document typos, indentation in python code, and API examples.
Daniel Malea
2013-02-12
1
-1
/
+1
*
Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction intero...
Jim Ingham
2013-02-09
2
-2
/
+8
*
Allow the target to give out the size of the red zone for given ABIs.
Greg Clayton
2013-02-01
1
-0
/
+3
*
Use printf instead of echo -n (the latter won't work on OS X's /bin/sh)
Filipe Cabecinhas
2013-01-30
1
-2
/
+2
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-14
/
+14
*
<rdar://problem/13010007>
Greg Clayton
2013-01-18
1
-0
/
+6
*
Remove std::string input arguments and replace with "const char *".
Greg Clayton
2013-01-16
1
-9
/
+12
*
<rdar://problem/13021266>
Enrico Granata
2013-01-16
2
-0
/
+33
*
<rdar://problem/13009943>
Greg Clayton
2013-01-16
1
-0
/
+9
*
Separated the "expr --unwind-on-error" behavior into two parts, actual errors...
Jim Ingham
2013-01-15
1
-0
/
+8
*
Add an SBProcess API to get the current StopID, either considering or ignorin...
Jim Ingham
2013-01-08
1
-0
/
+10
*
<rdar://problem/12928282>
Greg Clayton
2013-01-04
1
-0
/
+2
*
Adding events when watchpoints are set or changed.
Jim Ingham
2012-12-18
2
-1
/
+12
*
Fixed a few bugs in the "step in" thread plan logic.
Jim Ingham
2012-12-12
1
-0
/
+3
*
Make sure that the lldb globals:
Greg Clayton
2012-12-10
1
-2
/
+8
*
Added GetCanonicalType() to SBType:
Greg Clayton
2012-12-08
1
-0
/
+3
*
<rdar://problem/12749733>
Greg Clayton
2012-12-05
2
-0
/
+5
*
<rdar://problem/12649160>
Greg Clayton
2012-12-05
1
-0
/
+1
*
<rdar://problem/12750060>
Greg Clayton
2012-12-04
2
-3
/
+16
*
Match extern "C" in declaration and definition (swig template)
Daniel Malea
2012-11-29
1
-0
/
+8
*
<rdar://problem/12720514> Sub-TLF: Provide service to profile the inferior
Han Ming Ong
2012-11-17
1
-1
/
+5
*
Makefile patches from Charles Davis and Daniel Malea (+ one or two tweaks).
Filipe Cabecinhas
2012-11-01
3
-22
/
+85
*
Added the ability to get function return and argument types to SBType():
Greg Clayton
2012-10-30
1
-1
/
+13
*
Ensuring that the swig typemaps for SBData set the size to 0 along with the p...
Enrico Granata
2012-10-29
1
-0
/
+5
*
Add API to get the process plugin name & short name.
Jim Ingham
2012-10-26
1
-0
/
+6
*
<rdar://problem/12523238> Commit 1 of 3
Enrico Granata
2012-10-23
1
-65
/
+97
*
<rdar://problem/12493007>
Greg Clayton
2012-10-23
1
-0
/
+3
*
<rdar://problem/12437442>
Enrico Granata
2012-10-22
2
-0
/
+16
*
API cleanup.
Greg Clayton
2012-10-16
1
-42
/
+19
*
Add the ability to set timeout & "run all threads" options both from the "exp...
Jim Ingham
2012-10-16
4
-0
/
+112
*
Removing the two extra GetXSize(bool) calls since we do not desire to support...
Enrico Granata
2012-10-16
1
-6
/
+0
*
<rdar://problem/12446320> Fixing an issue with our Driver where setting an im...
Enrico Granata
2012-10-16
1
-3
/
+15
*
<rdar://problem/12490588>
Greg Clayton
2012-10-13
1
-0
/
+3
*
<rdar://problem/12490558>
Greg Clayton
2012-10-12
1
-1
/
+1
*
<rdar://problem/12462744> Implement a new SBDeclaration class to wrap an lldb...
Enrico Granata
2012-10-10
4
-0
/
+80
*
Change the Thread constructor over to take a Process& rather than a ProcessSP...
Jim Ingham
2012-10-10
1
-0
/
+12
*
Fix a build warning and a dangerous possible crasher.
Greg Clayton
2012-10-08
1
-1
/
+1
*
<rdar://problem/12200505> Fixing a logical error in SBProcess, where the get_...
Enrico Granata
2012-10-08
1
-2
/
+3
*
Silly me! There was a closing ) missing from one of the lines - and Python co...
Enrico Granata
2012-10-08
1
-1
/
+1
*
Retrying to apply Vishal's patch - hopefully this time it won't break Jason's...
Enrico Granata
2012-10-08
1
-12
/
+20
*
Revert Vishal's patch that Enrico commited, at least for the weekend. With i...
Jason Molenda
2012-10-06
1
-20
/
+11
*
patch from Vishal Patel to improve our lldb.value wrapper
Enrico Granata
2012-10-06
1
-11
/
+20
*
<rdar://problem/12442990> Fix the implementation of lldb.value.__eq__
Enrico Granata
2012-10-05
1
-1
/
+9
*
Add one-shot breakpoints (-o option to "break set") and a tbreak alias for ou...
Jim Ingham
2012-10-05
1
-0
/
+6
[next]