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
*
Mark TestPrintStackTraces as flaky on android arm
Pavel Labath
2016-04-11
1
-0
/
+1
*
[Driver] Fix a segfault in signal handlers
Pavel Labath
2016-04-11
1
-2
/
+6
*
Retry deletion of temporary files to avoid race conditions on Windows.
Adrian McCarthy
2016-04-11
1
-12
/
+15
*
Remove unintentional return
Bhushan D. Attarde
2016-04-11
1
-1
/
+0
*
Fix makefile for TestMiThreadInfo after rL265858 (2nd try)
Tamas Berghammer
2016-04-11
1
-0
/
+2
*
Fix makefile for TestMiThreadInfo after rL265858
Tamas Berghammer
2016-04-11
1
-2
/
+0
*
Add a ThreadSanitizer testcase that tests multiple reported issues.
Kuba Brecka
2016-04-10
3
-0
/
+212
*
Provide more information in ThreadSanitizer's JSON data. Move remaining TSan...
Kuba Brecka
2016-04-10
6
-61
/
+290
*
Fix TestBreakpointSetRestart failure on Android.
Oleksiy Vyalov
2016-04-09
1
-6
/
+12
*
Remove what I believe are the last known instances of formatters that run code
Enrico Granata
2016-04-08
6
-92
/
+33
*
-thread-info in lldbmi does not conform to protocol. Should end with current ...
Chuck Ries
2016-04-08
5
-4
/
+90
*
Remove even more of the data formatters that silently run code
Enrico Granata
2016-04-08
7
-257
/
+2
*
Reset continue_after_async only if neither SIGINIT nor SIGSTOP received.
Oleksiy Vyalov
2016-04-08
4
-4
/
+66
*
Fix #ifdef __APPLE__ code is the swig Python bindings
Todd Fiala
2016-04-08
1
-2
/
+2
*
fix missing import of 'time' in lldbutil.wait_for_file_on_target
Todd Fiala
2016-04-08
1
-0
/
+1
*
Cleanups to command alias to refer to itself as 'command alias' and not allow...
Enrico Granata
2016-04-08
1
-5
/
+17
*
Add help for our regular expression commands when aliased
Enrico Granata
2016-04-08
1
-16
/
+12
*
Append a missing \n
Enrico Granata
2016-04-08
1
-1
/
+1
*
Remove bad indentation introduced in 263859
Luke Drummond
2016-04-08
1
-21
/
+21
*
Revert bad commit 265797.
Luke Drummond
2016-04-08
1
-15
/
+1
*
Fix indentation for commit 263859.
Luke Drummond
2016-04-08
1
-1
/
+15
*
Fix-up LLDB build after rL13179
Tamas Berghammer
2016-04-08
1
-18
/
+54
*
Fix TestImport for Windows by ensuring backslashes in the directory paths are...
Adrian McCarthy
2016-04-07
1
-7
/
+8
*
In GDBRemoteCommunicationClient::GetHostInfo, don't set the
Jason Molenda
2016-04-07
5
-39
/
+1
*
Enabling AddressSanitizer tests, they should pass now (and this time I mean it).
Kuba Brecka
2016-04-07
2
-2
/
+0
*
Simplify the ASan expression (follow-up for the previous commit, r265651).
Kuba Brecka
2016-04-07
1
-2
/
+2
*
Tentative fix (add `extern "C"` declarations to expression prefix) and printi...
Kuba Brecka
2016-04-07
2
-40
/
+70
*
Enable TestDebugBreak on x86_64 as well
Pavel Labath
2016-04-07
1
-1
/
+1
*
Revert "Reduce code duplication in ProcessGDBRemote"
Pavel Labath
2016-04-07
2
-20
/
+39
*
Symbol: fix build
Saleem Abdulrasool
2016-04-07
1
-2
/
+2
*
Reduce code duplication in ProcessGDBRemote
Pavel Labath
2016-04-06
2
-39
/
+20
*
Fixup TestLinuxCore on windows
Pavel Labath
2016-04-06
1
-0
/
+2
*
Fix and xfail TestRegisterVariables after rL265498
Tamas Berghammer
2016-04-06
2
-8
/
+3
*
Fix a cornercase in breakpoint reporting
Pavel Labath
2016-04-06
1
-0
/
+17
*
Fixup r265398
Pavel Labath
2016-04-06
1
-0
/
+1
*
make TestRegisterVariables slightly more resilient
Todd Fiala
2016-04-06
2
-16
/
+123
*
The FixItList typedef should have been inside "class ClangDiagnostic".
Jim Ingham
2016-04-06
1
-1
/
+2
*
If the fixed expression doesn't parse, don't tell the user about it.
Jim Ingham
2016-04-06
1
-0
/
+5
*
Don't write "using $_lldb_local_vars" statements for variables with
Jim Ingham
2016-04-06
1
-1
/
+1
*
Revert "XFail TestImport.py on Windows because Python 3 import rules don't wo...
Adrian McCarthy
2016-04-05
1
-1
/
+0
*
XFail TestImport.py on Windows because Python 3 import rules don't work that ...
Adrian McCarthy
2016-04-05
1
-0
/
+1
*
Fix a crasher that could happen if ClangASTSource::CompleteType() found a typ...
Greg Clayton
2016-04-05
1
-3
/
+3
*
Fix dotest.py '-p' option for multi-process mode
Stephane Sezer
2016-04-05
1
-0
/
+4
*
Update watchpoint help to use new -s flag
Stephane Sezer
2016-04-05
1
-7
/
+7
*
Print environment when dumping arch triple
Stephane Sezer
2016-04-05
1
-0
/
+4
*
Make sure to update Target arch if environment changed
Stephane Sezer
2016-04-05
1
-1
/
+1
*
Allow gdbremote process to read modules from memory
Stephane Sezer
2016-04-05
5
-63
/
+22
*
Reverting r265401 ("Enabling AddressSanitizer tests, they should work now.")
Kuba Brecka
2016-04-05
2
-0
/
+2
*
Enabling AddressSanitizer tests, they should work now.
Kuba Brecka
2016-04-05
2
-2
/
+0
*
Fixing AddressSanitizer tests (update expectations for current ASan, make it ...
Kuba Brecka
2016-04-05
2
-23
/
+13
[next]