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
*
Augment the 'language objc class-table dump' command to take a "-v" option, w...
Enrico Granata
2016-04-14
2
-8
/
+159
*
Match types in for loop to fix signedness comparison warning
Ed Maste
2016-04-13
1
-2
/
+2
*
Remove obsolete comments
Pavel Labath
2016-04-13
1
-2
/
+0
*
Fix test rerun logic
Pavel Labath
2016-04-13
1
-1
/
+1
*
Update Symtab::InitAddressIndexes so that computed symbol sizes
Jason Molenda
2016-04-13
2
-13
/
+100
*
Attempt to fix TestCPPBreakpointLocations on Linux/Android.
Oleksiy Vyalov
2016-04-13
1
-1
/
+1
*
Fix breakpoint_set_restart test for Windows
Adrian McCarthy
2016-04-12
1
-2
/
+8
*
Fixed being able to set breakpoints on destructors when we don't fully specif...
Greg Clayton
2016-04-12
2
-1
/
+4
*
Use the FormatEntity work for great good - parse summary strings before accep...
Enrico Granata
2016-04-12
1
-8
/
+11
*
Cleanup the arguments for 'memory find' such that the help system reflects th...
Enrico Granata
2016-04-12
1
-5
/
+5
*
Revert to using libdispatch to reap threads on MacOSX. Code was accidentally ...
Greg Clayton
2016-04-12
1
-21
/
+33
*
Initialize the Python script interpreter lazily (i.e. not at debugger startup)
Enrico Granata
2016-04-12
2
-4
/
+5
*
Breakpoint conditions were making result variables, which they should not do.
Jim Ingham
2016-04-12
8
-24
/
+48
*
'int' is reported as an exception on OS X not as a signal. I don't think
Jim Ingham
2016-04-12
1
-1
/
+1
*
Fixup TestFdLeak
Pavel Labath
2016-04-12
1
-3
/
+5
*
Bump up timeout in TestGdbRemoteProcessInfo
Pavel Labath
2016-04-12
1
-1
/
+1
*
Skip a test in TestNamespaceLookup on linux to avoid a crash
Pavel Labath
2016-04-12
1
-0
/
+1
*
Revert "Restore the lazy initialization of ScriptInterpreterPython, which was...
Pavel Labath
2016-04-12
2
-8
/
+8
*
Process: fix the build with certain kernel versions
Saleem Abdulrasool
2016-04-12
1
-0
/
+2
*
Restore the lazy initialization of ScriptInterpreterPython, which was lost as...
Enrico Granata
2016-04-12
2
-8
/
+8
*
Fixed Variable::GetDecl() and Variable::GetDeclContext() to check the "Type *...
Greg Clayton
2016-04-12
1
-4
/
+10
*
Add support for resolving dynamic types of extended ObjC tagged pointers
Enrico Granata
2016-04-11
2
-0
/
+188
*
Add support for additional NSArray formatters
Enrico Granata
2016-04-11
2
-2
/
+41
*
Add a formatter for zero-sized NSData
Enrico Granata
2016-04-11
1
-0
/
+4
*
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
[next]