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
/
Target
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bunch of cleanups for warnings found by the llvm static analyzer.
Jim Ingham
2012-10-12
3
-5
/
+7
*
Modified patch from Matt Kopec that makes sure the run lock is acquired when ...
Greg Clayton
2012-10-12
1
-6
/
+25
*
<rdar://problem/12331741>
Greg Clayton
2012-10-11
1
-38
/
+61
*
Change the Thread constructor over to take a Process& rather than a ProcessSP...
Jim Ingham
2012-10-10
3
-8
/
+142
*
Changes to clean up the runtime and how the ISA caches are managed.
Greg Clayton
2012-10-09
1
-48
/
+59
*
Add one-shot breakpoints (-o option to "break set") and a tbreak alias for ou...
Jim Ingham
2012-10-05
1
-9
/
+39
*
Ran the sources through the compiler with -Wshadow warnings
Jason Molenda
2012-10-04
2
-8
/
+6
*
Add support for debugging KASLR kernels via kdp (the kernel being
Jason Molenda
2012-09-29
1
-2
/
+2
*
Fix a bug introduced in an earlier revision: actually return the StopReason, ...
Filipe Cabecinhas
2012-09-28
1
-1
/
+1
*
Implement returning integer values in "thread return" for arm, x86_64 and i38...
Jim Ingham
2012-09-27
1
-3
/
+27
*
Fixed a bug in the path remapper that caused
Sean Callanan
2012-09-26
1
-1
/
+6
*
<rdar://problem/9959501>
Greg Clayton
2012-09-25
1
-1
/
+12
*
Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...
Greg Clayton
2012-09-18
4
-10
/
+7
*
<rdar://problem/11988289> Making C++ synthetic children provider for NSDictio...
Enrico Granata
2012-09-18
1
-0
/
+2
*
More runtime work. We now successfully traverse
Sean Callanan
2012-09-15
1
-1
/
+16
*
Make the unwinding of the stack part of "thread return" work, and add the thr...
Jim Ingham
2012-09-14
2
-8
/
+54
*
<rdar://problem/11374963>
Greg Clayton
2012-09-12
1
-0
/
+16
*
Start at getting "thread return" working. Doesn't work yet.
Jim Ingham
2012-09-12
1
-1
/
+63
*
This patch is part of ongoing work to extract type
Sean Callanan
2012-09-11
1
-0
/
+10
*
Some more typing-related fixes.
Filipe Cabecinhas
2012-09-11
1
-2
/
+2
*
<rdar://problem/11935492>
Greg Clayton
2012-09-11
1
-9
/
+28
*
Initialize a variable to quite a compiler warning.
Jim Ingham
2012-09-11
1
-1
/
+1
*
Shortcut ThreadPlanStepRange::MischiefManaged - if we have pushed new plans a...
Jim Ingham
2012-09-10
1
-6
/
+20
*
Fixed a few places where we were doing:
Jim Ingham
2012-09-10
1
-0
/
+1
*
Fixed a problem where watchpoint conditions would
Sean Callanan
2012-09-08
1
-1
/
+1
*
Fiddle with the heuristic about where to set the stop point in a nested inlin...
Jim Ingham
2012-09-08
1
-0
/
+27
*
Make file + line breakpoints even more efficient by using our SearchFilter ob...
Greg Clayton
2012-09-07
1
-2
/
+12
*
Save and restore the current inlined depth over function calls.
Jim Ingham
2012-09-07
1
-0
/
+3
*
Add SetCurrentInlinedDepth API.
Jim Ingham
2012-09-07
1
-5
/
+27
*
Ensure that the ShouldStopHere plans get called even when doing "virtual" steps.
Jim Ingham
2012-09-07
1
-95
/
+112
*
For now, treat breakpoint hits like regular stops when calculation InlinedSta...
Jim Ingham
2012-09-07
1
-5
/
+6
*
When you reach the bottom of the inlined stack, don't say you can do a virtua...
Jim Ingham
2012-09-06
1
-1
/
+6
*
Include a useful bit of log output in the "step" as well as the "process" logs.
Jim Ingham
2012-09-06
1
-1
/
+1
*
Turn on the "fancy inlined stepping."
Jim Ingham
2012-09-05
1
-3
/
+1
*
If the ThreadList ShouldStop restarts the target, don't resume it again.
Jim Ingham
2012-09-05
1
-1
/
+5
*
Move calculating the CurrentInlinedDepth to AFTER the synchronous breakpoint ...
Jim Ingham
2012-09-05
1
-3
/
+7
*
Implementing an Options class for EvaluateExpression() in order to make the s...
Enrico Granata
2012-09-05
1
-15
/
+8
*
Fix the log channel used in Process.cpp.
Greg Clayton
2012-09-05
1
-3
/
+3
*
Modified patch from Matt Kopec that fixes a process launch issue on linux whe...
Greg Clayton
2012-09-04
1
-2
/
+10
*
<rdar://problem/11485744> Implement important data formatters in C++. Have th...
Enrico Granata
2012-09-04
1
-0
/
+82
*
Initial check-in of "fancy" inlined stepping. Doesn't do anything useful unl...
Jim Ingham
2012-09-01
7
-24
/
+301
*
OptionValueFileSpec had an accessor to read the contents of the file and retu...
Greg Clayton
2012-08-30
1
-1
/
+2
*
<rdar://problem/11757916>
Greg Clayton
2012-08-29
9
-6
/
+71
*
Cope with the case where the user-supplied callbacks want the watchpoint itse...
Johnny Chen
2012-08-23
1
-1
/
+2
*
Rework how the API mutex is acquired when filling out an ExecutionContext fro...
Jim Ingham
2012-08-22
3
-2
/
+95
*
Check that the data buffer is non-null before getting its file contents.
Jim Ingham
2012-08-22
1
-1
/
+5
*
Remove further outdated "settings" code and also implement a few missing things.
Greg Clayton
2012-08-22
4
-1406
/
+22
*
Reimplemented the code that backed the "settings" in lldb. There were many is...
Greg Clayton
2012-08-22
8
-1364
/
+1940
*
Fix test failures in TestWatchpointIter.py due to http://llvm.org/viewvc/llvm...
Johnny Chen
2012-08-21
1
-0
/
+6
*
Remove the process->DisableWatchpoint() and EnableWatchpoint() calls since th...
Johnny Chen
2012-08-21
1
-4
/
+2
[next]