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
*
Fix test to compile and run on iOS.
Greg Clayton
2013-12-03
2
-31
/
+53
*
Fixed up the framework includes to all be done in the extra linker options. W...
Greg Clayton
2013-12-03
1
-79
/
+45
*
Remove print statement when successfully setting the platform's working direc...
Greg Clayton
2013-12-03
1
-1
/
+0
*
<rdar://problem/15566148>
Greg Clayton
2013-12-03
1
-8
/
+5
*
#include <Python.h>, not <Python/Python.h>. The latter results in
Jason Molenda
2013-12-03
1
-4
/
+0
*
Build up UnwindPlan::PlanValidAtAddress to recognize some general
Jason Molenda
2013-12-03
1
-0
/
+20
*
Remove the bad assumption that breakpoint locations won't get deleted in Brea...
Jim Ingham
2013-12-03
2
-9
/
+15
*
A few more details on the DataVisualization class in our architectural doc. I...
Enrico Granata
2013-12-03
1
-2
/
+14
*
Fix build on FreeBSD after r196141
Ed Maste
2013-12-02
1
-0
/
+4
*
Ensure parsed debug arange data is sorted
Ed Maste
2013-12-02
1
-0
/
+1
*
Fixed internal code to not link against and code from "lldb/API/*".
Greg Clayton
2013-12-02
20
-135
/
+147
*
Request for review: Fix build-llvm.pl
Jean-Daniel Dupas
2013-12-02
1
-3
/
+1
*
elf: Move elf note parsing to ObjectFileELF.cpp
Ed Maste
2013-12-02
3
-90
/
+76
*
test: Decorators for pr17910
Ed Maste
2013-12-02
2
-14
/
+14
*
Also silent -Wno-cast-qual in the SWIG Python wrapper. Remove a huge number o...
Sylvestre Ledru
2013-11-28
1
-1
/
+1
*
Fix MSVC build
Colin Riley
2013-11-26
4
-7
/
+19
*
Add decorator for FreeBSD failing test due to pr18061
Ed Maste
2013-11-26
1
-1
/
+1
*
Fix compile warnings
Ed Maste
2013-11-25
1
-2
/
+2
*
Remove unused variable
Ed Maste
2013-11-25
1
-2
/
+0
*
Correct a standalone debug file path
Ed Maste
2013-11-25
1
-4
/
+4
*
Remove redundant assignment
Ed Maste
2013-11-25
1
-2
/
+0
*
test: Fix punctuation in exceptions for log env vars
Ed Maste
2013-11-25
1
-3
/
+3
*
Fix issue from r166732 found by Andrew Kaylor
Ed Maste
2013-11-25
1
-2
/
+2
*
PT_CONTINUE and PT_STEP are process-scope on FreeBSD
Ed Maste
2013-11-25
2
-20
/
+20
*
test: Add decorator for FreeBSD watchpoint failure
Ed Maste
2013-11-25
1
-0
/
+1
*
Change lldb from building against a Python framework out of
Jason Molenda
2013-11-23
10
-112
/
+116
*
Add --enable-cxx11 to llvm builds. As of r195239, SmallPtrSet.h /
Jason Molenda
2013-11-23
1
-5
/
+5
*
Removed printf and puts calls that were left in accidentally.
Greg Clayton
2013-11-23
1
-13
/
+0
*
Improved platform support.
Greg Clayton
2013-11-23
11
-61
/
+216
*
<rdar://problem/15540233>
Greg Clayton
2013-11-22
1
-1
/
+2
*
Patch from Todd Fiala for http://llvm.org/bugs/show_bug.cgi?id=17961
Greg Clayton
2013-11-22
1
-2
/
+4
*
Patch from Todd Fiala: lldb will seg fault if for some reason there is no unw...
Greg Clayton
2013-11-22
1
-8
/
+11
*
Make sure the getopt variables are correctly initialized for any option parsing.
Greg Clayton
2013-11-22
4
-5
/
+64
*
Fixed functions to always reply to packets and added a port offset.
Greg Clayton
2013-11-22
2
-182
/
+224
*
Fix ePathTypeSupportExecutableDir for shallow bundle Darwin targets and add "...
Greg Clayton
2013-11-22
1
-1
/
+22
*
Only use a PTY master/slave when launching for local processes.
Greg Clayton
2013-11-22
1
-3
/
+3
*
Fix File::GetPermissions() to only return the permission bits.
Greg Clayton
2013-11-22
1
-2
/
+2
*
Fix indentation.
Greg Clayton
2013-11-22
1
-3
/
+5
*
Disable stop-hook test on FreeBSD as on Linux
Ed Maste
2013-11-22
1
-0
/
+1
*
Remove decorators for llvm.org/pr17225
Ed Maste
2013-11-22
2
-2
/
+0
*
Fix for PECOFF GetArchitecture
Colin Riley
2013-11-22
1
-1
/
+1
*
#include <AvailabilityMacros.h> if you want to use them. This was causing us...
Jim Ingham
2013-11-22
1
-0
/
+1
*
<rdar://problem/15530080>
Enrico Granata
2013-11-22
12
-258
/
+292
*
Tweak exports list so lldb will still build correctly when
Jason Molenda
2013-11-21
1
-1
/
+1
*
Exit if launch doesn't succeed.
Greg Clayton
2013-11-21
1
-0
/
+1
*
Added the ability to launch the program that was specified on the command lin...
Greg Clayton
2013-11-21
1
-2
/
+20
*
Start the correct host abstraction of process and thread.
Greg Clayton
2013-11-21
5
-14
/
+1048
*
Update cmake for SBPlatform.cpp added in r195273
Ed Maste
2013-11-21
1
-0
/
+1
*
Annotate test that fails on the FreeBSD buildbot
Ed Maste
2013-11-21
1
-0
/
+1
*
Fixes to get the arm native debugserver building again.
Jason Molenda
2013-11-21
6
-13
/
+20
[next]