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
*
Implement ObjectFileELF::GetModuleSpecifications(), and add PlatformLinux cod...
Michael Sartain
2013-05-17
3
-1
/
+68
*
test commit
Michael Sartain
2013-05-17
1
-0
/
+1
*
Fix ObjectFileELF to not use the file_offset twice.
Filipe Cabecinhas
2013-05-16
1
-1
/
+1
*
the return False in breakpoint actions should also be mentioned on the website
Enrico Granata
2013-05-16
1
-0
/
+4
*
Note in the documentation about the fact that Python callbacks can return a v...
Enrico Granata
2013-05-16
1
-0
/
+6
*
Handle the case where there is a user breakpoint set at the location of one o...
Jim Ingham
2013-05-16
2
-5
/
+25
*
Fix Linux 'platform status' command. Its output is now closer to that on Mac ...
Daniel Malea
2013-05-16
2
-5
/
+6
*
Added a per-process cache for reserved memory
Sean Callanan
2013-05-16
3
-16
/
+153
*
<rdar://problem/13891604>
Greg Clayton
2013-05-16
2
-3
/
+14
*
<rdar://problem/11158023>
Enrico Granata
2013-05-16
2
-3
/
+11
*
Removed unused code and an unused event.
Greg Clayton
2013-05-16
3
-13
/
+1
*
Fixed an xpass due to r181841 on Linux with gcc. Note that the clang variant...
Ashok Thirumurthi
2013-05-15
1
-1
/
+0
*
<rdar://problem/13128331>
Greg Clayton
2013-05-15
2
-25
/
+69
*
Clean up linux test decorators and add links to known bugs
Daniel Malea
2013-05-15
41
-52
/
+52
*
Fixed a few obvious errors pointed out by the static analyzer.
Jim Ingham
2013-05-15
10
-7
/
+20
*
Re-enable tests disabled due to llvm.org/pr14541
Daniel Malea
2013-05-15
3
-3
/
+0
*
Implement "platform process list" on Linux
Daniel Malea
2013-05-15
2
-44
/
+251
*
Revert r181833: lldb prompt issue still occurs on buildbot (http://lab.llvm.o...
Daniel Malea
2013-05-15
3
-0
/
+3
*
Disable test case that causes assertion failure on Linux
Daniel Malea
2013-05-15
1
-1
/
+2
*
Fix cmake builds from checkouts with multiple remotes
Daniel Malea
2013-05-15
1
-2
/
+5
*
Include also sys/wait.h in the case of a FreeBSD kernel with a glibc (Debian ...
Sylvestre Ledru
2013-05-15
1
-1
/
+2
*
Only include under arm and an Apple system. Otherwise, it will fail under a G...
Sylvestre Ledru
2013-05-15
1
-1
/
+1
*
<rdar://problem/13883385>
Enrico Granata
2013-05-15
2
-1
/
+6
*
Change the mechanism around SBValue::GetSP() so that it always requires the t...
Jim Ingham
2013-05-15
2
-699
/
+424
*
Don’t pop the process input reader for a “stop” event if ShouldBroadcas...
Jim Ingham
2013-05-15
1
-1
/
+1
*
Didn't mean to check in this change...
Jim Ingham
2013-05-15
1
-1
/
+1
*
Need to add the LLDB.framework directory to the rpath for the driver programs...
Jim Ingham
2013-05-15
2
-2
/
+2
*
<rdar://problem/13892319>
Greg Clayton
2013-05-15
1
-1
/
+1
*
<rdar://problem/13821289>
Enrico Granata
2013-05-15
1
-11
/
+52
*
A first pass at auto completion for variables and their children. This is cur...
Greg Clayton
2013-05-14
7
-4
/
+475
*
Unbreak the linux buildbot tests. This still fails for the clang that is bein...
Greg Clayton
2013-05-14
1
-0
/
+2
*
<rdar://problem/13748253>
Greg Clayton
2013-05-14
1
-91
/
+141
*
Fixed the test case to pass on Darwin. This might pass on linux as well. The ...
Greg Clayton
2013-05-14
1
-3
/
+2
*
Remove XFAIL from tests affected by llvm.org/pr-14637
Daniel Malea
2013-05-14
3
-3
/
+0
*
Fix GCC buildbot failures in API/Multithreaded tests
Daniel Malea
2013-05-14
2
-1
/
+2
*
Skip C++ API/Multithreaded tests that are unsupported with Clang/libstdc++
Daniel Malea
2013-05-14
2
-0
/
+22
*
Adding C++ tests that drive LLDB from multiple threads
Daniel Malea
2013-05-14
11
-0
/
+520
*
strncmp was checked incorrectly in the Linux symbol lookup fix.
Matt Kopec
2013-05-14
1
-2
/
+2
*
<rdar://problem/13764135>
Greg Clayton
2013-05-14
2
-5
/
+19
*
Fix inline stepping test case on Linux because Thread::ThreadStoppedForAReaso...
Daniel Malea
2013-05-14
5
-27
/
+47
*
Avoid $rax for 32-bit inferiors to fix a failing i386 test on the darwin buil...
Ashok Thirumurthi
2013-05-14
1
-4
/
+6
*
A few more small tweaks to arm core file handling.
Jason Molenda
2013-05-14
1
-7
/
+20
*
Small change to the previous checkin, read in the fpu register context
Jason Molenda
2013-05-14
1
-4
/
+10
*
Fixes to read the floating point and exception registers sets out
Jason Molenda
2013-05-14
2
-23
/
+47
*
Adding new test cases for inferior crashing.
Andrew Kaylor
2013-05-13
1
-7
/
+75
*
Add expression tests for a function in an anonymous namespace.
Matt Kopec
2013-05-13
2
-0
/
+16
*
Fix Mac OS X build issue introduced by incorrect using statements
Daniel Malea
2013-05-13
1
-4
/
+4
*
Prevent convenience registers from being included in "read register" as they ...
Ashok Thirumurthi
2013-05-13
2
-7
/
+11
*
Unset CFLAGS/CXXFLAGS when running tests via cmake/make check targets
Daniel Malea
2013-05-13
2
-3
/
+3
*
Cleanup test output when run via cmake/make check targets
Daniel Malea
2013-05-13
1
-1
/
+0
[next]