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
/
source
/
API
/
SBProcess.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a test case ProcessAPITestCase.test_remote_launch() which tests SBProcess...
Johnny Chen
2011-03-05
1
-2
/
+2
*
Expose ConnectRemote API through SBTarget and SBProcess.
James McIlree
2011-03-04
1
-0
/
+82
*
Add an API SBProcess::GetByteOrder() and add test cases which utilizes GetByt...
Johnny Chen
2011-03-01
1
-0
/
+14
*
Made lldb_private::ArchSpec contain much more than just an architecture. It
Greg Clayton
2011-02-15
1
-1
/
+1
*
Fixed an issue in "SBError SBProcess::Destroy ()" where it wasn't properly
Greg Clayton
2011-01-22
1
-3
/
+7
*
The LLDB API (lldb::SB*) is now thread safe!
Greg Clayton
2010-12-20
1
-44
/
+60
*
Fixed an issue where SBProcess::LoadImage(...) was not returning the image
Greg Clayton
2010-12-05
1
-1
/
+1
*
Modified all logging calls to hand out shared pointers to make sure we
Greg Clayton
2010-11-06
1
-23
/
+23
*
Added copy constructors and assignment operators to all lldb::SB* classes
Greg Clayton
2010-11-05
1
-0
/
+8
*
Added support for loading and unloading shared libraries. This was done by
Greg Clayton
2010-11-04
1
-0
/
+21
*
Cleaned up the API logging a lot more to reduce redundant information and
Greg Clayton
2010-10-31
1
-26
/
+16
*
Improved API logging.
Greg Clayton
2010-10-30
1
-54
/
+102
*
Add the ability to disable individual log categories, rather
Caroline Tice
2010-10-29
1
-3
/
+3
*
Modified the lldb_private::TypeList to use a std::multimap for quicker lookup
Greg Clayton
2010-10-29
1
-86
/
+50
*
Clean up the API logging code:
Caroline Tice
2010-10-26
1
-66
/
+73
*
First pass at adding logging capabilities for the API functions. At the moment
Caroline Tice
2010-10-26
1
-24
/
+218
*
Cleaned up the SWIG stuff so all includes happen as they should, no pulling
Greg Clayton
2010-10-07
1
-2
/
+2
*
Added the first of hopefully many python example scripts that show how to
Greg Clayton
2010-10-06
1
-1
/
+10
*
Added the ability to get the disassembly instructions from the function and
Greg Clayton
2010-10-06
1
-4
/
+10
*
Remove all the __repr__ methods from the API/*.h files, and put them
Caroline Tice
2010-09-22
1
-8
/
+0
*
Add GetDescription() and __repr__ () methods to most API classes, to allow
Caroline Tice
2010-09-20
1
-0
/
+27
*
Remove unnecessary/inappropriate output-printing functions from
Caroline Tice
2010-09-15
1
-2
/
+2
*
Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec...
Jim Ingham
2010-08-26
1
-9
/
+9
*
Very large changes that were needed in order to allow multiple connections
Greg Clayton
2010-06-23
1
-202
/
+66
*
Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.
Jim Ingham
2010-06-15
1
-1
/
+1
*
And some more include line fixes.
Eli Friedman
2010-06-09
1
-7
/
+7
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+604