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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Match extern "C" in declaration and definition (swig template)
Daniel Malea
2012-11-29
1
-0
/
+8
*
Linux buildbot fix: detect swig tool from PATH in shell script (before search...
Daniel Malea
2012-11-28
1
-2
/
+2
*
<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
5
-32
/
+131
*
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
5
-0
/
+114
*
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
5
-0
/
+82
*
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
*
<rdar://problem/12099999> renaming SBStream::Printf to Print in the scripting...
Enrico Granata
2012-10-04
1
-3
/
+9
*
Removed a directive to delete the test subdirectories
Sean Callanan
2012-10-04
1
-3
/
+0
*
Implementing plugins that provide commands.
Enrico Granata
2012-09-28
3
-1
/
+7
*
Patch from Dan Malea to get the Bourne shells scripts to run cleanly on Ubunt...
Jason Molenda
2012-09-27
4
-40
/
+40
*
Add an API to figure out whether a breakpoint is internal or not.
Jim Ingham
2012-09-25
1
-0
/
+3
*
Added a new Xcode build configuration, DebugClang,
Sean Callanan
2012-09-24
1
-0
/
+1
*
Brought LLDB top-of-tree into sync with LLVM/Clang
Sean Callanan
2012-09-24
4
-3539
/
+2
*
Fix some type-related swig bugs on FreeBSD on x86_64 (and maybe other OS/arch).
Filipe Cabecinhas
2012-09-19
1
-1
/
+1
*
Fixed some problems with SWIG bindings.
Filipe Cabecinhas
2012-09-14
3
-12
/
+14
*
Make the unwinding of the stack part of "thread return" work, and add the thr...
Jim Ingham
2012-09-14
1
-1
/
+1
*
Patches to make our llvm revision more C++11 friendly.
Filipe Cabecinhas
2012-09-12
1
-0
/
+117
*
Start at getting "thread return" working. Doesn't work yet.
Jim Ingham
2012-09-12
1
-0
/
+3
*
Patch for clang to include the UTF conversion routines that LLDB needs
Enrico Granata
2012-09-05
1
-0
/
+12
*
Added the ability to verify the LLDB API on MacOSX using a script. Usage is:
Greg Clayton
2012-08-30
1
-0
/
+84
*
Simplify the typecheck code.
Filipe Cabecinhas
2012-08-28
1
-10
/
+4
*
Fixing a potential control may reach end of non-void function issue
Enrico Granata
2012-08-27
1
-0
/
+1
*
Added SBDebugger's log callbacks to Python-land
Filipe Cabecinhas
2012-08-25
4
-32
/
+91
*
Fixing a bunch of issues with the OS plugin code
Enrico Granata
2012-08-24
1
-1
/
+1
*
Adding bindings to the Script Interpreter for some basic Python OS plugin fun...
Enrico Granata
2012-08-24
1
-0
/
+97
*
Fixed a Linux building bug pointed out by Daniel Malea.
Filipe Cabecinhas
2012-08-22
1
-1
/
+1
*
Added a typemap and wrappers for SBInputReader callbacks
Filipe Cabecinhas
2012-08-22
3
-1
/
+87
*
Fix a crash (_wrap_SBDebugger_SetInputFileHandle -> PyString_AsString) runnin...
Johnny Chen
2012-08-20
1
-2
/
+9
*
A baton isn't needed to dispatch input.
Filipe Cabecinhas
2012-08-20
2
-1
/
+17
*
Add FILE* typemaps for SBDebugger.GetInputFileHandle() and friends.
Filipe Cabecinhas
2012-08-20
1
-0
/
+35
[next]