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
*
<rdar://problem/14701270>
Han Ming Ong
2013-09-23
1
-4
/
+5
*
Various small changes for build of LLDB on Visual Studio 2013 RC (MSVC12)
Virgile Bello
2013-09-20
6
-1
/
+27
*
Add backslash as path separator for Win32.
Virgile Bello
2013-09-20
1
-1
/
+10
*
Remove unused friend class forward definitions (causing problem with MSVC any...
Virgile Bello
2013-09-20
2
-3
/
+0
*
Change posix thread so that it creates a breakpoint stop reason if the breakp...
Matt Kopec
2013-09-20
1
-18
/
+9
*
Fix lldb regressions due to r190812 in the case where debug info is present.
Ashok Thirumurthi
2013-09-20
4
-10
/
+7
*
Add an xfail test as 'expr myfloat' can add digits consistent
Ashok Thirumurthi
2013-09-20
1
-1
/
+12
*
Make install on lldb was not installing the header files (probably because th...
Sylvestre Ledru
2013-09-20
1
-7
/
+7
*
Disable TestInferiorAssert (due to llvm.org/pr17276)
Daniel Malea
2013-09-19
1
-2
/
+7
*
Make threading tests not depend on the currently selected thread
Daniel Malea
2013-09-19
3
-15
/
+32
*
Fix build failures under GNU/Linux running on mips
Sylvestre Ledru
2013-09-19
2
-2
/
+4
*
Assert that only reg- or word-sized values are byte swapped
Ed Maste
2013-09-19
1
-1
/
+10
*
Made SymbolFileDWARF not crash if a function doesn't
Sean Callanan
2013-09-18
1
-10
/
+18
*
Fixed a logic error in Module::ResolveSymbolContextForAddress(). Asking an ad...
Greg Clayton
2013-09-18
1
-2
/
+2
*
Apply ProcessMonitor changes from r190820 to FreeBSD
Ed Maste
2013-09-18
2
-111
/
+33
*
SymbolVendor/ELF is actually referenced by default by lib/Makefile on all
Daniel Malea
2013-09-18
1
-7
/
+2
*
Respect SDKROOT in lldb Makefile
Daniel Malea
2013-09-18
1
-2
/
+4
*
Warning cleanup.
Michael Sartain
2013-09-18
1
-6
/
+5
*
Added new Host/Atomic.h to replace use of <atomic> in LLDB headers.
Virgile Bello
2013-09-18
3
-10
/
+58
*
Visual Studio 2013 compilation support: added some #ifdef _MSC_VER for unsupp...
Virgile Bello
2013-09-18
5
-3
/
+24
*
Disabling test broken (on GCC buildbot) due to http://llvm.org/pr14637
Daniel Malea
2013-09-17
1
-0
/
+1
*
Rename shared libraries for TestLoadUnload.py due to potential shared library...
Matt Kopec
2013-09-17
3
-21
/
+23
*
Fix a typo in DataExtractor.cpp causing build breakage
Ashok Thirumurthi
2013-09-17
1
-0
/
+1
*
Use a StreamString to fix the endianness in
Sean Callanan
2013-09-17
1
-3
/
+10
*
Don't output a stray 0x if GetData fails for memory read -f hex
Ed Maste
2013-09-17
1
-1
/
+1
*
Avoid abort on "memory read -s N" for N=3,5,6,7
Ed Maste
2013-09-17
1
-18
/
+23
*
Logging enhancements to ConnectionFileDescriptor
Andrew Kaylor
2013-09-17
1
-5
/
+25
*
Examine more than 1 frame for equivalent contexts in ThreadPlanStepOverRange
Daniel Malea
2013-09-17
2
-36
/
+42
*
Update Linux bug tracker link in TestPrintStackTraces
Daniel Malea
2013-09-17
1
-1
/
+1
*
Re-enabling TestStopHookMultipleThreads
Daniel Malea
2013-09-17
1
-1
/
+0
*
Make the docs for the -s -o -S and -O options clearer.
Jim Ingham
2013-09-17
1
-4
/
+13
*
Fixing a problem with thread creation signal order dependency
Andrew Kaylor
2013-09-17
6
-1
/
+128
*
Fixed a crasher where the remote platform was NULL and was being used.
Greg Clayton
2013-09-16
1
-0
/
+1
*
Improve stability of Linux ProcessMonitor by not using fds for synchronization:
Daniel Malea
2013-09-16
3
-113
/
+47
*
Fixed symbol lookup to be stable when multiple symbols have the same address.
Richard Mitton
2013-09-16
1
-41
/
+18
*
Add test suite support for TestLoadUnload.py for Linux.
Matt Kopec
2013-09-16
3
-36
/
+77
*
Fixes symbol resolution for a function with a tail call because the PC
Ashok Thirumurthi
2013-09-16
3
-34
/
+79
*
<rdar://problem/15001220>
Greg Clayton
2013-09-16
1
-2
/
+7
*
Fixes a typo that causes Reserve(X) to both re-allocate the container and
Ashok Thirumurthi
2013-09-16
1
-1
/
+1
*
Clean up RegisterContextPOSIX. Renamed to POSIXBreakpointProtocol.
Michael Sartain
2013-09-14
13
-590
/
+631
*
One bit of that last commit wasn't meant to be included.
Jason Molenda
2013-09-14
1
-4
/
+0
*
Change ProcessMachCore to search for both a user-process dyld binary
Jason Molenda
2013-09-14
3
-33
/
+42
*
This changes how the --source driver argument works. I split this into four ...
Jim Ingham
2013-09-14
2
-68
/
+127
*
Stop closing terminal fd from ProcessMonitor. It is owned by ConnectionFileD...
Andrew Kaylor
2013-09-14
2
-2
/
+8
*
This fixes two issues with the POSIX dynamic loader:
Matt Kopec
2013-09-13
2
-2
/
+53
*
Skip tests that segfault or are inconsistent on FreeBSD
Ed Maste
2013-09-13
5
-0
/
+7
*
test: Update FreeBSD failure decorators
Ed Maste
2013-09-13
9
-1
/
+13
*
Rename test class to match test target language
Ed Maste
2013-09-13
1
-1
/
+1
*
Change OptionValueFileSpec::SetValueFromCString to strip off whitespace,
Jason Molenda
2013-09-13
1
-1
/
+14
*
Cleanup POSIX RegisterContext class hierarchies.
Michael Sartain
2013-09-13
23
-624
/
+692
[next]