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
/
SBTarget.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added support for finding and global variables in the SBTarget and SBModule
Greg Clayton
2011-06-29
1
-6
/
+41
*
Add fuzz calls for SBTarget and SBThread.
Johnny Chen
2011-06-29
1
-3
/
+4
*
Fixed SBTarget attach calls to properly deal with being connected to a remotely
Greg Clayton
2011-06-24
1
-7
/
+71
*
Added the ability to find functions from either a SBModule (find functions
Greg Clayton
2011-06-21
1
-0
/
+23
*
Add a bunch of test cases to TestHelloWorld.py to exercise combinations of dw...
Johnny Chen
2011-06-17
1
-0
/
+4
*
o TestHelloWorld.py:
Johnny Chen
2011-06-17
1
-0
/
+4
*
Add an API to SBDebugger class:
Johnny Chen
2011-06-15
1
-10
/
+0
*
Added the ability to set the Platform path for a module through the SBModule
Greg Clayton
2011-04-30
1
-103
/
+51
*
Moved the execution context that was in the Debugger into
Greg Clayton
2011-04-12
1
-59
/
+59
*
Add a LaunchSimple API that is nicer to use for quick scripts.
Jim Ingham
2011-03-31
1
-0
/
+26
*
Many improvements to the Platform base class and subclasses. The base Platform
Greg Clayton
2011-03-30
1
-1
/
+1
*
Fixed the LLDB build so that we can have private types, private enums and
Greg Clayton
2011-03-24
1
-1
/
+1
*
Expose ConnectRemote API through SBTarget and SBProcess.
James McIlree
2011-03-04
1
-0
/
+35
*
Added a missing API call in SBTarget that enables one to get
Greg Clayton
2011-03-02
1
-0
/
+10
*
Moved FileSpec into the Host layer since it will vary from host to host.
Greg Clayton
2011-02-08
1
-1
/
+1
*
Added a SBListener parameter to Launch and attach calls to avoid a race
Greg Clayton
2011-02-03
1
-4
/
+17
*
Endian patch from Kirk Beitz that allows better cross platform building.
Greg Clayton
2011-02-01
1
-0
/
+1
*
Changed the SymbolFile::FindFunction() function calls to only return
Greg Clayton
2011-01-27
1
-9
/
+34
*
Added support for some new environment variables within LLDB to enable some
Greg Clayton
2011-01-27
1
-19
/
+85
*
Deprecated old forms of SBTarget::Launch. There is not just one and no
Greg Clayton
2011-01-23
1
-43
/
+0
*
Restored some missing APIs for the test suite. Now testsuite still has some f...
Greg Clayton
2011-01-23
1
-0
/
+30
*
Added a new variant of SBTarget::Launch() that deprectates the old one that
Greg Clayton
2011-01-23
1
-26
/
+23
*
The LLDB API (lldb::SB*) is now thread safe!
Greg Clayton
2010-12-20
1
-180
/
+46
*
Fixed the "expression" command object to use the StackFrame::GetValueForExpre...
Greg Clayton
2010-12-15
1
-1
/
+2
*
Added the ability for SBTarget to resolve load addresses (convert lldb::addr_...
Greg Clayton
2010-12-12
1
-0
/
+11
*
Fixed FileSpec's operator == to deal with equivalent paths such as "/tmp/a.c"
Greg Clayton
2010-11-08
1
-1
/
+1
*
Modified all logging calls to hand out shared pointers to make sure we
Greg Clayton
2010-11-06
1
-15
/
+15
*
Added copy constructors and assignment operators to all lldb::SB* classes
Greg Clayton
2010-11-05
1
-0
/
+8
*
Cleaned up the API logging a lot more to reduce redundant information and
Greg Clayton
2010-10-31
1
-72
/
+25
*
Improved API logging.
Greg Clayton
2010-10-30
1
-55
/
+30
*
Add the ability to disable individual log categories, rather
Caroline Tice
2010-10-29
1
-2
/
+4
*
Modified the lldb_private::TypeList to use a std::multimap for quicker lookup
Greg Clayton
2010-10-29
1
-87
/
+37
*
Clean up the API logging code:
Caroline Tice
2010-10-26
1
-108
/
+86
*
First pass at adding logging capabilities for the API functions. At the moment
Caroline Tice
2010-10-26
1
-7
/
+295
*
Fixed an issue where we were resolving paths when we should have been.
Greg Clayton
2010-10-20
1
-4
/
+4
*
Fixed a launching issue.
Sean Callanan
2010-10-07
1
-4
/
+4
*
Cleaned up the SWIG stuff so all includes happen as they should, no pulling
Greg Clayton
2010-10-07
1
-21
/
+20
*
o SBtarget.cpp/.h:
Johnny Chen
2010-10-07
1
-13
/
+13
*
Expose the error contained within an SBValue.
Greg Clayton
2010-10-06
1
-2
/
+106
*
Leaving in deprecated functions until we can get a clean build with the new A...
Greg Clayton
2010-10-06
1
-2
/
+25
*
Added the first of hopefully many python example scripts that show how to
Greg Clayton
2010-10-06
1
-31
/
+36
*
There are now to new "settings set" variables that live in each debugger
Greg Clayton
2010-10-04
1
-4
/
+4
*
Change how we call Target::CreateBreakpoint to account for the new "name type...
Jim Ingham
2010-09-30
1
-2
/
+2
*
Remove all the __repr__ methods from the API/*.h files, and put them
Caroline Tice
2010-09-22
1
-9
/
+1
*
Fix indentations.
Caroline Tice
2010-09-20
1
-2
/
+2
*
Add GetDescription() and __repr__ () methods to most API classes, to allow
Caroline Tice
2010-09-20
1
-0
/
+23
*
Moved the section load list up into the target so we can use the target
Greg Clayton
2010-09-14
1
-2
/
+3
*
Added the ability to disable ASLR (Address Space Layout Randomization). ASLR
Greg Clayton
2010-08-31
1
-1
/
+2
*
Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec...
Jim Ingham
2010-08-26
1
-11
/
+0
*
Added "void Clear();" methods to SBDebugger, SBTarget and SBThread so they ca...
Greg Clayton
2010-07-30
1
-0
/
+7
[next]