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 a SIGSEGV caused by dereferencing a pointer without a null check
Bryan Chan
2016-05-04
1
-2
/
+2
*
Add a way for an ObjectFile to indicate that assembly emulation
Jason Molenda
2016-05-04
6
-3
/
+71
*
You have to call setHasLoadedFieldsFromExternalStorage AFTER calling
Jim Ingham
2016-05-04
1
-1
/
+1
*
Added a testcase for the ptr_refs tool so we catch if it stops working.
Sean Callanan
2016-05-03
3
-0
/
+75
*
Split out console and file writing cases in TestCommandScriptImmediateOutput
Francis Ricci
2016-05-03
1
-4
/
+17
*
Revert "Add a read_full_buffer argument to ConnectionFileDescriptor::Read"
Pavel Labath
2016-05-03
12
-272
/
+127
*
Add a read_full_buffer argument to ConnectionFileDescriptor::Read
Pavel Labath
2016-05-03
12
-127
/
+272
*
Another little example use of scripted thread plans.
Jim Ingham
2016-05-03
1
-0
/
+25
*
debugserver should fflush its log stream in FileLogCallback, now it does.
Greg Clayton
2016-05-02
1
-2
/
+3
*
Fix an issue where the apropos command would not print fully qualified comman...
Enrico Granata
2016-05-02
2
-1
/
+23
*
Import block pointers from DWARF as Clang block pointers, not as structs.
Sean Callanan
2016-05-02
16
-5
/
+450
*
Add more debug logging to g_get_shared_cache_class_info_body
Enrico Granata
2016-05-02
1
-1
/
+14
*
Add an argument to ValueObject::GetSyntheticBase that allows for name customi...
Enrico Granata
2016-05-02
2
-5
/
+14
*
I forgot to check in the test case for the changes I made to synthetic childr...
Enrico Granata
2016-05-02
4
-0
/
+127
*
Add support for synthetic child providers to optionally return a customized t...
Enrico Granata
2016-05-02
6
-0
/
+94
*
Update test for r268192.
Kuba Brecka
2016-05-01
1
-3
/
+3
*
Improve wording and capitalization of TSan thread names.
Kuba Brecka
2016-05-01
1
-7
/
+7
*
Add thread numbers into ASan thread names.
Kuba Brecka
2016-05-01
1
-5
/
+8
*
Fix NetBSD build with CMake 3.5.2
Kamil Rytarowski
2016-05-01
2
-2
/
+2
*
Fix TestEnumTypes.py for 32 bit platforms.
Chaoren Lin
2016-04-29
1
-2
/
+2
*
Watch out for compilers that generate bad bitfield info. If the bit size of a...
Greg Clayton
2016-04-29
2
-2
/
+18
*
Fix TestGetVariables.py so it works correctly. We had duplicate static values...
Greg Clayton
2016-04-29
1
-1
/
+9
*
Make sure LLDB can deal with forward declarations to enums without crashing o...
Greg Clayton
2016-04-29
4
-19
/
+50
*
[fix] Fixed a bug where const this would cause parser errors about $__lldb_expr.
Sean Callanan
2016-04-29
8
-10
/
+52
*
Used llvm_unreached to quite a VC++ compiler warning.
Adrian McCarthy
2016-04-28
1
-0
/
+4
*
XFail TestBitfields.py Python API tests.
Chaoren Lin
2016-04-28
1
-0
/
+1
*
Provide location information (file name, line number) in TSan reports about g...
Kuba Brecka
2016-04-28
5
-3
/
+143
*
Remote flaky decorator from TestSignalsAPI on linux
Pavel Labath
2016-04-28
1
-1
/
+0
*
Revert "Fixed a bug where const this would cause parser errors about $__lldb_...
Pavel Labath
2016-04-28
8
-120
/
+9
*
Fix an inefficiency in the handling of $__lldb_local_vars in expressions.
Jim Ingham
2016-04-28
2
-1
/
+3
*
Add the ability to limit "source regexp" breakpoints to a particular function
Jim Ingham
2016-04-28
10
-34
/
+118
*
Fixed a bug where const this would cause parser errors about $__lldb_expr.
Sean Callanan
2016-04-28
8
-9
/
+120
*
XFail TestIRInterpreter on Windows
Adrian McCarthy
2016-04-27
1
-0
/
+1
*
Added a testcase for the IR interpreter, ensuring that it behaves like the JIT.
Sean Callanan
2016-04-27
3
-0
/
+84
*
Renamed system plugin directory to address https://bugs.swift.org/browse/SR-1093
Kate Stone
2016-04-27
1
-1
/
+1
*
Use absolute module path when possible if sent in svr4 packets
Francis Ricci
2016-04-27
1
-8
/
+1
*
Decorate TSan tests with "@skipUnlessThreadSanitizer" which skips the tests i...
Kuba Brecka
2016-04-27
5
-0
/
+22
*
Remove flaky decorator from three tests on linux
Pavel Labath
2016-04-27
3
-3
/
+0
*
Fix compiler warnings in SymbolFilePDBTests
Pavel Labath
2016-04-27
1
-20
/
+20
*
Committing patch from <Michael Woerister <michaelwoerister@posteo.net>
Jason Molenda
2016-04-27
1
-0
/
+2
*
Fix TestRegisterVariables.py on Windows
Adrian McCarthy
2016-04-26
1
-3
/
+3
*
UtilityFunction::MakeFunctionCaller uses the Error to report failure,
Jim Ingham
2016-04-26
1
-0
/
+3
*
Fix send and receive of ACK byte in test infrastructure for Python 3.5
Adrian McCarthy
2016-04-26
2
-6
/
+2
*
Bump up timeout in TestCallWithTimeout
Pavel Labath
2016-04-26
1
-2
/
+2
*
rL267291: Architecture change to thumb on parsing arm.attributes causes regre...
Omair Javaid
2016-04-26
1
-13
/
+0
*
Fix arm-linux-gnueabi regression due to rL267291
Omair Javaid
2016-04-26
1
-1
/
+5
*
When building the list of variables we're going to write "using $_lldb_local_...
Jim Ingham
2016-04-26
3
-4
/
+7
*
Make sure that the following SymbolFileDWARF functions can handle getting a l...
Greg Clayton
2016-04-25
2
-9
/
+57
*
Fix TestGetVariables.py.
Chaoren Lin
2016-04-25
2
-2
/
+3
*
Fix StackFrame::GetVariables(...) function that was broken by 261858 when lam...
Greg Clayton
2016-04-25
4
-1
/
+224
[next]