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
*
Miscellaneous fixes for big-endian systems
Ulrich Weigand
2016-04-14
4
-9
/
+31
*
Handle bit fields on big-endian systems correctly
Ulrich Weigand
2016-04-14
5
-10
/
+64
*
Fix usage of APInt.getRawData for big-endian systems
Ulrich Weigand
2016-04-14
7
-310
/
+342
*
Make Scalar::GetBytes and RegisterValue::GetBytes const
Ulrich Weigand
2016-04-14
6
-194
/
+54
*
Fixes for platforms that default to unsigned char
Ulrich Weigand
2016-04-14
3
-4
/
+4
*
Support Linux on SystemZ as platform
Ulrich Weigand
2016-04-14
47
-5
/
+2882
*
Add new ABI callback to provide fallback unwind register locations
Ulrich Weigand
2016-04-14
4
-26
/
+51
*
FileSpec: make matching separator-agnostic again
Pavel Labath
2016-04-14
2
-6
/
+22
*
Fix Android build after r266267
Oleksiy Vyalov
2016-04-14
1
-17
/
+17
*
Don't use auto - (try to) appease the Android g++ bot
Enrico Granata
2016-04-14
1
-1
/
+1
*
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
[next]