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
Commit message (
Expand
)
Author
Age
Files
Lines
*
The destructor for StackFrameList doesn't need to be virtual as we aren't
Greg Clayton
2010-08-25
1
-1
/
+0
*
Thread no longer needs to be a friend in StackFrameList now that StackFrameList
Greg Clayton
2010-08-25
1
-1
/
+0
*
Cleaned up the inline backtrace code even more by moving all stack backtracing
Greg Clayton
2010-08-25
5
-232
/
+306
*
More descriptive trace messages for the matchings of start and sub strings.
Johnny Chen
2010-08-24
1
-4
/
+9
*
Removed the @unitest2.expectedFailure decorator. The i386 process launch works
Johnny Chen
2010-08-24
1
-4
/
+1
*
Fixed another issue with the inline stack frames where if the first frame
Greg Clayton
2010-08-24
6
-187
/
+67
*
Added a test for launching a universal binary. Launch of i386 architecture
Johnny Chen
2010-08-24
2
-0
/
+54
*
Got a lot of the kinks worked out in the inline support after debugging more
Greg Clayton
2010-08-24
22
-152
/
+185
*
Converted to Makefile.rules.
Johnny Chen
2010-08-24
1
-123
/
+3
*
More descriptive method doc string.
Johnny Chen
2010-08-24
1
-1
/
+1
*
Added a test case which uses "image lookup" command on an enum data type.
Johnny Chen
2010-08-24
1
-0
/
+51
*
Need a better method name.
Johnny Chen
2010-08-24
1
-1
/
+1
*
Converted to Makefile.rules.
Johnny Chen
2010-08-24
1
-123
/
+3
*
Added test case TestBitfields.py for rdar://problem/8348251, where
Johnny Chen
2010-08-24
1
-0
/
+61
*
Converted to Makefile.rules.
Johnny Chen
2010-08-24
1
-123
/
+3
*
Generates the .d prerequisite file for dylib as well.
Johnny Chen
2010-08-24
1
-0
/
+6
*
Clear the inline stack frame info when we clean all stack frames.
Greg Clayton
2010-08-24
1
-0
/
+1
*
Added support for inlined stack frames being represented as real stack frames
Greg Clayton
2010-08-24
28
-115
/
+567
*
Makefile refactoring for the test suite. Added a make directory under test,
Johnny Chen
2010-08-23
12
-1248
/
+188
*
Refactored ClangExpressionDeclMap to use
Sean Callanan
2010-08-23
5
-279
/
+198
*
Fixed a crasher where during shutdown, loggings attempted to access the
Johnny Chen
2010-08-23
1
-1
/
+7
*
Changed the keyword argument for runCmd()/expect() from 'verbose' to 'trace',
Johnny Chen
2010-08-23
3
-12
/
+106
*
Fixed the Xcode project file to not build all architectures
Greg Clayton
2010-08-21
1
-1
/
+0
*
Modified the host process monitor callback function Host::StartMonitoringChil...
Greg Clayton
2010-08-21
18
-1155
/
+352
*
Print the verbose output of runCmd()/expect() to stderr instead of stdout.
Johnny Chen
2010-08-20
7
-207
/
+108
*
Changed TestBase.expect() to allow default 'msg' arg. Converted TestHelp.py.
Johnny Chen
2010-08-20
2
-19
/
+10
*
Added more verbose output when string match fails. Converted TestGlobalVaria...
Johnny Chen
2010-08-20
2
-31
/
+22
*
Added verbose option to runCmd()/expect() in lldbtest.py. Converted TestFunc...
Johnny Chen
2010-08-20
2
-43
/
+32
*
Converted some more test cases to use runCmd()/expect().
Johnny Chen
2010-08-20
4
-82
/
+38
*
Added "source list -n" so you can list by symbol name. Moved "--count" from ...
Jim Ingham
2010-08-20
1
-22
/
+247
*
Add an accessor to get the Declaration for a type.
Jim Ingham
2010-08-20
2
-0
/
+8
*
Add methods to Function to get the first and last source lines of the functio...
Jim Ingham
2010-08-20
2
-0
/
+102
*
Remove redundant call to ParseCompileUnitLineTable. The call to sc.comp_unit-...
Jim Ingham
2010-08-20
1
-5
/
+1
*
First step of refactoring variable handling in the
Sean Callanan
2010-08-20
10
-402
/
+450
*
Converted to use runCmd() and expect() for more abstraction.
Johnny Chen
2010-08-20
1
-50
/
+29
*
Use cmd.startswith("run") instead of string equivalence test.
Johnny Chen
2010-08-19
1
-1
/
+1
*
Abstracted the running of command through the command interpreter and checking
Johnny Chen
2010-08-19
2
-43
/
+55
*
Fixed a long delay in shutdown times by invalidating m_private_state_thread r...
Greg Clayton
2010-08-19
1
-0
/
+1
*
Added more informational assert message strings.
Johnny Chen
2010-08-19
13
-62
/
+58
*
Simplify the assert matched-string criterion.
Johnny Chen
2010-08-18
1
-4
/
+1
*
Some Block:: methods wandered to the end of the file after the BlockList:: me...
Jim Ingham
2010-08-18
1
-70
/
+70
*
Patch by Bill Lynch fixing handling of the pid
Sean Callanan
2010-08-18
5
-17
/
+13
*
Avoid an assertion crash by avoiding a circular dependency in the objective
Greg Clayton
2010-08-18
1
-3
/
+0
*
Changed "Error Value::GetValueAsData (...)" to set the data extractor byte
Greg Clayton
2010-08-18
1
-0
/
+9
*
Added call stacks with inlined functions higher on the stack, and non-inlined...
Jim Ingham
2010-08-18
2
-1
/
+20
*
Added a Thread accessor to the register context.
Greg Clayton
2010-08-18
1
-0
/
+6
*
Allow the SBDebugger to construct itself with the default constructor so
Greg Clayton
2010-08-18
1
-3
/
+2
*
Documented RecordingMemoryManager and removed an
Sean Callanan
2010-08-18
1
-47
/
+219
*
Documented IRToDWARF, and added return value
Sean Callanan
2010-08-17
2
-3
/
+105
*
Fixed an issue where we would return matches for DWARF in the .o files when
Greg Clayton
2010-08-17
1
-4
/
+38
[next]