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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed SBTarget attach calls to properly deal with being connected to a remotely
Greg Clayton
2011-06-24
2
-11
/
+75
*
Added the ability to find functions from either a SBModule (find functions
Greg Clayton
2011-06-21
3
-7
/
+55
*
Test lldb Python API object's default constructor and make sure it is invalid
Johnny Chen
2011-06-20
2
-0
/
+12
*
Added two new API functions to SBFrame:
Greg Clayton
2011-06-18
1
-13
/
+79
*
Add a bunch of test cases to TestHelloWorld.py to exercise combinations of dw...
Johnny Chen
2011-06-17
1
-0
/
+4
*
Added the notion of an system root for SDKs. This is a directory where all
Greg Clayton
2011-06-17
1
-0
/
+16
*
Improved the packet throughput when debugging with GDB remote by over 3x on
Greg Clayton
2011-06-17
1
-24
/
+0
*
o TestHelloWorld.py:
Johnny Chen
2011-06-17
1
-0
/
+4
*
Add an API to SBDebugger class:
Johnny Chen
2011-06-15
2
-10
/
+18
*
Add error message; clean up comment.
Caroline Tice
2011-06-14
1
-1
/
+1
*
Don't have the debugger default to ignoring EOF. This is only what the driver
Greg Clayton
2011-05-29
1
-0
/
+14
*
Lock the target API mutex correctly in all cases and make sure m_opaque_sp
Greg Clayton
2011-05-20
1
-22
/
+42
*
Now that we have dynamic values, we need to protect the GetChildAtIndex()
Greg Clayton
2011-05-20
1
-0
/
+7
*
Make sure writing asynchronous output only backs up
Caroline Tice
2011-05-09
1
-0
/
+18
*
StepUntil should check whether the target of the step until is in the current
Jim Ingham
2011-05-08
1
-6
/
+28
*
Change "frame var" over to using OptionGroups (and thus the OptionGroupVariab...
Jim Ingham
2011-05-04
2
-17
/
+17
*
This patch captures and serializes all output being written by the
Caroline Tice
2011-05-02
1
-0
/
+12
*
Adding support for fetching the Dynamic Value for ObjC Objects.
Jim Ingham
2011-05-02
1
-2
/
+2
*
Added the ability to set the Platform path for a module through the SBModule
Greg Clayton
2011-04-30
3
-103
/
+117
*
Changed the emulate instruction function to take emulate options which
Greg Clayton
2011-04-26
1
-2
/
+2
*
Add 'lldb_private' namespace where necessary to prevent ambiguity and
Caroline Tice
2011-04-25
1
-3
/
+3
*
Make SBBreakpointLocation::GetDescription() API to be consistent with SBTarget,
Johnny Chen
2011-04-25
1
-2
/
+2
*
Fixed the SymbolContext::DumpStopContext() to correctly indent and dump
Greg Clayton
2011-04-23
1
-1
/
+2
*
Fix up how the ValueObjects manage their life cycle so that you can hand out ...
Jim Ingham
2011-04-22
2
-7
/
+7
*
Use self.TraceOn() API to decide whether to print debug output.
Johnny Chen
2011-04-21
1
-5
/
+2
*
Add the infrastructure to test instruction emulations automatically.
Caroline Tice
2011-04-19
1
-0
/
+11
*
Fixed an issue where if you specify an architecture from the command line like:
Greg Clayton
2011-04-18
1
-43
/
+47
*
Add support for "dynamic values" for C++ classes. This currently only works ...
Jim Ingham
2011-04-16
2
-6
/
+82
*
Moved the execution context that was in the Debugger into
Greg Clayton
2011-04-12
1
-59
/
+59
*
Fix various things in the instruction emulation code:
Caroline Tice
2011-04-08
1
-7
/
+4
*
Add missing headers.
Stephen Wilson
2011-04-08
2
-0
/
+4
*
Modified the ArchSpec to take an optional "Platform *" when setting the triple.
Greg Clayton
2011-04-07
2
-5
/
+5
*
Add Emulate and DumpEmulation to Instruction class.
Caroline Tice
2011-04-05
2
-0
/
+60
*
Add TestSymbolAPI.py to test the newly added SBSymbol and SBAddress APIs:
Johnny Chen
2011-04-01
1
-0
/
+25
*
Added some functions to our API related to classifying symbols as code, data,
Greg Clayton
2011-03-31
2
-0
/
+37
*
Convert ValueObject to explicitly maintain the Execution Context in which the...
Jim Ingham
2011-03-31
2
-57
/
+78
*
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
*
Added the ability to get the min and max instruction byte size for
Greg Clayton
2011-03-26
2
-3
/
+4
*
Cleaned up the Disassembler code a bit more. You can now request a disassembler
Greg Clayton
2011-03-25
4
-4
/
+6
*
Fixed the LLDB build so that we can have private types, private enums and
Greg Clayton
2011-03-24
2
-4
/
+7
*
Abtracted the innards of lldb-core away from the SB interface. There was some
Greg Clayton
2011-03-22
2
-0
/
+23
*
LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide
Greg Clayton
2011-03-08
1
-31
/
+3
*
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
2
-0
/
+117
*
Export the ability to get the start and end addresses for functions
Greg Clayton
2011-03-02
2
-0
/
+79
*
Added a missing API call in SBTarget that enables one to get
Greg Clayton
2011-03-02
1
-0
/
+10
*
Add an API SBProcess::GetByteOrder() and add test cases which utilizes GetByt...
Johnny Chen
2011-03-01
1
-0
/
+14
*
Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form
Greg Clayton
2011-02-23
1
-29
/
+24
*
Don't limit StreamTee to just two streams. It now can contain
Greg Clayton
2011-02-20
1
-0
/
+14
[next]