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 "frame variable" to show all variables defined in functions and any conta...
Greg Clayton
2016-06-09
1
-5
/
+6
*
Enable some tests on linux
Pavel Labath
2016-06-09
7
-9
/
+5
*
Fixed an issue in the ProcessMachCore where segments are not always contiguou...
Greg Clayton
2016-06-09
1
-13
/
+42
*
Fixed a problem in IRMemoryMap where the flag to zero out memory was ignored.
Sean Callanan
2016-06-09
1
-0
/
+7
*
Updated the FindSpace() algorithm to avoid the 0 page when it's unsafe.
Sean Callanan
2016-06-09
2
-9
/
+110
*
Fix a no newline at end of file warning.
Greg Clayton
2016-06-09
1
-1
/
+1
*
Some core files on MacOSX don't have permissions setup correctly on the LC_SE...
Greg Clayton
2016-06-09
1
-1
/
+8
*
Since our expression parser needs to locate areas of memory that are not in u...
Greg Clayton
2016-06-09
11
-92
/
+385
*
Add a test for the failure described by pr28055. Mark it as xfail.
Jim Ingham
2016-06-08
2
-0
/
+68
*
Revive the error message from "process load" and SBProcess::LoadImage.
Jim Ingham
2016-06-08
1
-1
/
+1
*
Now that there are no cycles that cause leaks in the disassembler/instruction...
Greg Clayton
2016-06-07
6
-63
/
+9
*
Fix a memory leak in InstructionLLVMC where it held onto a strong reference t...
Greg Clayton
2016-06-07
4
-300
/
+394
*
Revert "Make lldbinline.py regenerate the Makefile each time it builds."
Pavel Labath
2016-06-07
10
-91
/
+17
*
Don't use SO_REUSEADDR for *client* sockets
Pavel Labath
2016-06-07
1
-3
/
+0
*
LLDB is leaking memory in Editline.cpp on MacOSX.
Greg Clayton
2016-06-07
1
-43
/
+62
*
Make lldbinline.py regenerate the Makefile each time it builds.
Sean Callanan
2016-06-07
10
-17
/
+91
*
Add support for using armv7 compact unwind information
Jason Molenda
2016-06-07
4
-56
/
+324
*
Don't remove PIE executables when using svr4 packets
Francis Ricci
2016-06-06
1
-4
/
+3
*
(Minor tweak) Make RegisterContextWindows_x86/x64::GetRegisterInfoAtIndex
Carlo Kok
2016-06-06
2
-2
/
+9
*
Fix function name lookup in IRExecutionEngine.cpp.
Stephane Sezer
2016-06-06
1
-1
/
+1
*
Add armv7 compact unwind printing to the compact-unwind-dumper.c tool
Jason Molenda
2016-06-04
1
-0
/
+199
*
Fix a printf warning.
Greg Clayton
2016-06-03
1
-2
/
+1
*
Add support in debug LLDB builds (if LLDB_CONFIGURATION_DEBUG is defined) whe...
Greg Clayton
2016-06-03
1
-0
/
+40
*
Fix makefile for TestExternCSymbols
Tamas Berghammer
2016-06-03
1
-1
/
+1
*
Fixed a problem where we couldn't call extern "C" functions.
Sean Callanan
2016-06-02
5
-1
/
+79
*
LLDB needs to be able to handle DW_AT_GNU_dwo_name that are relative to the D...
Greg Clayton
2016-06-02
1
-0
/
+16
*
Fixed a problem where -gmodules debug info would be loaded by the DWO file su...
Greg Clayton
2016-06-02
1
-0
/
+6
*
Fix JavaArraySyntheticFrontEnd for non-reference ValueObject.
Tamas Berghammer
2016-06-02
1
-1
/
+1
*
[tsan] Prefer mangled name looking up variable declaration for racy address
Devin Coughlin
2016-06-01
4
-1
/
+99
*
Add more verification on consectutive bitfields otherwise clang will assert.
Greg Clayton
2016-05-31
1
-17
/
+35
*
[CMake] Update to requiring CMake 3.4.3
Chris Bieneman
2016-05-31
1
-1
/
+1
*
Implement ProcessInfo::Dump(), log gdb-remote stub launch
Todd Fiala
2016-05-31
4
-9
/
+42
*
[LLDB] Make sure that indexing is done before clearing DIE info
Cameron Desrochers
2016-05-30
1
-17
/
+68
*
fix up lldb-server platform on Apple hosts
Todd Fiala
2016-05-27
1
-0
/
+3
*
Add a new "lldb" log channel named "demangle". If we have crashes that are re...
Greg Clayton
2016-05-27
3
-0
/
+27
*
Lock the access to the BreakpointLocationCollection.
Jim Ingham
2016-05-26
2
-2
/
+13
*
Don't cache the stret/vrs. non-stret code pointer as static data in the runtime.
Jim Ingham
2016-05-26
2
-6
/
+6
*
With -gmodules, we have been having a harder time always finding a type when ...
Greg Clayton
2016-05-26
1
-2
/
+25
*
Make sure that we succeed in starting a definition before we complete it and ...
Greg Clayton
2016-05-26
2
-32
/
+80
*
Guard against the C++ destructor chain by not letting the debugger list clean...
Greg Clayton
2016-05-26
1
-67
/
+49
*
[cmake] Remove the LLDB versions of the exception-controlling variables
Pavel Labath
2016-05-26
1
-22
/
+0
*
[cmake] Add a big warning about a libstdc++ issue
Pavel Labath
2016-05-26
1
-0
/
+24
*
Add "-gmodules" support to the test suite.
Todd Fiala
2016-05-26
13
-29
/
+108
*
[cmake] Add ability to customize (and skip) debugserver codesign
Pavel Labath
2016-05-26
1
-23
/
+25
*
Avoid using stdio in TestVirtual
Pavel Labath
2016-05-26
2
-20
/
+22
*
Small further refinement to the check in ObjectFileMachO::ParseSymtab
Jason Molenda
2016-05-26
1
-7
/
+9
*
Make sure to try and take the process stop lock when calling:
Greg Clayton
2016-05-26
1
-6
/
+11
*
It has been brought to my attention that, given two variables
Enrico Granata
2016-05-25
3
-12
/
+17
*
Mark some aarch64-linux specific xfails marking bug entries
Omair Javaid
2016-05-25
3
-2
/
+3
*
Add logging to ValueObjectSyntheticFilter such that one can trace through the...
Enrico Granata
2016-05-25
1
-8
/
+78
[next]