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
*
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
*
Fix an issue where LLDB would crash if one tried to 'frame variable' an unord...
Enrico Granata
2016-05-25
2
-4
/
+8
*
Mark some arm-linux specific xfails marking bug entries
Omair Javaid
2016-05-25
4
-1
/
+5
*
Add unit tests for ModuleCache
Pavel Labath
2016-05-25
4
-0
/
+192
*
Include <mutex> in Process.h - Jim's change in r270593 added a std::mutex
Jason Molenda
2016-05-25
1
-0
/
+1
*
Add support for arm64 compact unwind tables, used on darwin arm64
Jason Molenda
2016-05-25
3
-0
/
+340
*
Fix an issue where the NSDate data formatter was not using the proper alignme...
Enrico Granata
2016-05-24
1
-1
/
+3
*
Ach, editing too many files at once. Make this file compile again.
Jason Molenda
2016-05-24
1
-1
/
+1
*
In r268475 I made a change to ObjectFileMachO so that if it is
Jason Molenda
2016-05-24
1
-1
/
+4
*
Reword the "Happened at" TSan-reported thread to contain a thread id.
Kuba Brecka
2016-05-24
1
-2
/
+5
*
xfail TestRedefinitionsInline with older Clang
Ed Maste
2016-05-24
1
-1
/
+2
*
Lock out Process::RunThreadPlan so only one can be in flight at a time.
Jim Ingham
2016-05-24
2
-1
/
+5
*
Skip leading spaces when decoding hex values
Francis Ricci
2016-05-24
1
-0
/
+3
*
Replace file system forbidden symbols in the hostname which passed to the Mod...
Oleksiy Vyalov
2016-05-24
1
-4
/
+20
*
Improve wording in TSan reports involving global variables. Don't repeat hex...
Kuba Brecka
2016-05-24
2
-12
/
+43
*
Add a missing include to ItaniumABILanguageRuntime.h
Pavel Labath
2016-05-24
1
-0
/
+1
*
[LLDB][MIPS] Fix floating point handling in case of thread step-out
Sagar Thakur
2016-05-24
6
-38
/
+229
[next]