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
*
Test cases for stepping out past frames with no debug info if that is turned on.
Jim Ingham
2014-03-15
4
-0
/
+196
*
Parse DW_AT_ranges for compile units on Darwin when .debug_aranges is not ava...
Greg Clayton
2014-03-14
6
-15
/
+77
*
Move LLDBWrapPython.cpp into the build folder for Xcode builds so it doesn't ...
Greg Clayton
2014-03-14
3
-9
/
+3
*
build: fix libxml2 detection via CMake
Saleem Abdulrasool
2014-03-14
2
-2
/
+4
*
One more time. Multi-line expressions when there is no valid expression that ...
Greg Clayton
2014-03-13
1
-1
/
+1
*
Fixed crasher when “expr” was NULL due to no characters following the ter...
Greg Clayton
2014-03-13
1
-1
/
+1
*
Allow a multi-line expression to follow expression commands with options when...
Greg Clayton
2014-03-13
2
-19
/
+35
*
Refactor the Queues test case a little based on feedback from Jim.
Jason Molenda
2014-03-13
1
-59
/
+135
*
Fix cmake build issues on Darwin.
Todd Fiala
2014-03-13
7
-5
/
+18
*
Since lldb version doesn’t have to be a valid floating point literal, like ...
Todd Fiala
2014-03-13
3
-6
/
+5
*
Changed "Windows.h" to "windows.h".
Hafiz Abid Qadeer
2014-03-13
1
-1
/
+1
*
Add some missing libraries for mingw.
Hafiz Abid Qadeer
2014-03-13
1
-0
/
+8
*
Change type of a few members of a struct from unsigned to signed.
Hafiz Abid Qadeer
2014-03-13
1
-2
/
+2
*
Hide some declarations from mingw.
Hafiz Abid Qadeer
2014-03-13
2
-12
/
+15
*
Create a Process::ModulesDidLoad() method to handle process-related tasks, as...
Andrew MacPherson
2014-03-13
8
-78
/
+86
*
Also check if the queues are serial or concurrent.
Jason Molenda
2014-03-13
1
-1
/
+7
*
Add a quick test case for some of the queues debugging support.
Jason Molenda
2014-03-13
3
-0
/
+253
*
Add a SBQueue::GetKind() method to retrieve the type of libdispatch queue (se...
Jason Molenda
2014-03-13
12
-3
/
+217
*
This commit reworks how the thread plan's ShouldStopHere mechanism works, so ...
Jim Ingham
2014-03-13
17
-233
/
+685
*
Don’t put Radar numbers in code.
Jim Ingham
2014-03-12
1
-1
/
+1
*
When clearing a breakpoint site, make sure the owning process still exists be...
Jim Ingham
2014-03-12
2
-1
/
+9
*
If DWARF debug info and verbose mode is enabled ("log enable dwarf info verbo...
Greg Clayton
2014-03-12
1
-4
/
+8
*
Fixed Xcode project after files were moved over into trunk/source/Plugins/Pro...
Greg Clayton
2014-03-12
1
-104
/
+118
*
Allow verbose logging in the "dwarf" log channel.
Greg Clayton
2014-03-12
1
-0
/
+2
*
Add Process/Utility include directory on FreeBSD
Ed Maste
2014-03-12
1
-0
/
+1
*
Moved various RegisterContext files from Process/POSIX to Process/Utility for...
Virgile Bello
2014-03-12
34
-24
/
+37
*
Fix friendship declaration to match actual class declaration.
Arnaud A. de Grandmaison
2014-03-12
1
-1
/
+1
*
Replace some Windows specific string functions with std::string.
Hafiz Abid Qadeer
2014-03-12
1
-4
/
+3
*
Add Driver to the build for mingw.
Hafiz Abid Qadeer
2014-03-12
2
-3
/
+10
*
Moved a check in HostGetOpt.h.
Hafiz Abid Qadeer
2014-03-12
2
-4
/
+4
*
Replace some _MSC_VER with _WIN32.
Hafiz Abid Qadeer
2014-03-12
9
-11
/
+11
*
Added some missing header files.
Hafiz Abid Qadeer
2014-03-12
3
-0
/
+3
*
Add some missing defines that are already present in the cmake side.
Hafiz Abid Qadeer
2014-03-12
2
-0
/
+9
*
Fixed a problem where the expression parser was
Sean Callanan
2014-03-11
1
-0
/
+16
*
Followed up on Ed Maste's patch with a few more
Sean Callanan
2014-03-11
1
-51
/
+23
*
Detect when llvm or clang sources have changed and rebuild llvm/clang automat...
Greg Clayton
2014-03-11
1
-5
/
+92
*
After doing all the work to compute the target ValueObject we want to evaluat...
Jim Ingham
2014-03-11
1
-0
/
+7
*
Removed code that conditionally included pthread.h for mingw.
Hafiz Abid Qadeer
2014-03-11
1
-5
/
+1
*
update for renaming in LLVM
Saleem Abdulrasool
2014-03-11
2
-2
/
+2
*
build: use LLVM build routines
Saleem Abdulrasool
2014-03-11
1
-12
/
+10
*
build: fix bleeding whitespace
Saleem Abdulrasool
2014-03-11
2
-13
/
+13
*
Minor fix for a logging message.
Jason Molenda
2014-03-10
1
-1
/
+1
*
Fix Mingw build error by using lower case name for windows header files.
Hafiz Abid Qadeer
2014-03-10
5
-5
/
+5
*
Fix #if 0'd code after range-based for loop change
Ed Maste
2014-03-10
1
-2
/
+2
*
Update LLDB for LLVM iterator change in r203364
Ed Maste
2014-03-10
1
-24
/
+14
*
Update LLDB for LLVM iterator change in r203364
Ed Maste
2014-03-10
1
-13
/
+5
*
Correctly add the QueueID to a pending block's extended thread backtrace thread.
Jason Molenda
2014-03-10
5
-75
/
+149
*
libBacktraceRecording __introspection_dispatch_queue_get_pending_items is
Jason Molenda
2014-03-09
5
-51
/
+115
*
SBQueue::GetNumPendingItems() should not force a fetch of the pending
Jason Molenda
2014-03-09
2
-6
/
+32
*
Fix unwind_plan test conditions (could result in NULL memory access).
Virgile Bello
2014-03-09
1
-1
/
+1
[next]