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
/
source
/
Plugins
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
*
Provide more information in ThreadSanitizer's JSON data. Move remaining TSan...
Kuba Brecka
2016-04-10
2
-19
/
+275
*
Remove what I believe are the last known instances of formatters that run code
Enrico Granata
2016-04-08
2
-44
/
+22
*
Remove even more of the data formatters that silently run code
Enrico Granata
2016-04-08
3
-20
/
+0
*
Reset continue_after_async only if neither SIGINIT nor SIGSTOP received.
Oleksiy Vyalov
2016-04-08
1
-4
/
+5
*
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
4
-38
/
+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
*
Revert "Reduce code duplication in ProcessGDBRemote"
Pavel Labath
2016-04-07
2
-20
/
+39
*
Reduce code duplication in ProcessGDBRemote
Pavel Labath
2016-04-06
2
-39
/
+20
*
Fix a cornercase in breakpoint reporting
Pavel Labath
2016-04-06
1
-0
/
+17
*
The FixItList typedef should have been inside "class ClangDiagnostic".
Jim Ingham
2016-04-06
1
-1
/
+2
*
Fix a crasher that could happen if ClangASTSource::CompleteType() found a typ...
Greg Clayton
2016-04-05
1
-3
/
+3
*
Allow gdbremote process to read modules from memory
Stephane Sezer
2016-04-05
4
-55
/
+14
*
Fix a bug in linux core file handling
Pavel Labath
2016-04-05
3
-1
/
+19
*
Consolidate the knowledge of what arm cores are always executing
Jason Molenda
2016-04-05
2
-22
/
+12
*
Implement `target modules dump objfile`
Adrian McCarthy
2016-04-04
1
-0
/
+16
*
Set the architecture type from minidump more precisely. Differentiate i686 v...
Adrian McCarthy
2016-04-04
1
-2
/
+10
*
Fixed an issue where if we have DWARF in an executable that has multiple lang...
Greg Clayton
2016-04-01
3
-3
/
+27
*
Remove more of the code-running ObjC data formatter support
Enrico Granata
2016-04-01
3
-139
/
+40
*
Change a recently added assert into lldbassert
Pavel Labath
2016-04-01
1
-1
/
+2
*
Fixed an issue that could cause debugserver to return two stop reply packets ...
Greg Clayton
2016-04-01
2
-4
/
+36
*
Fix DWO breakage in r264909
Pavel Labath
2016-03-31
4
-3
/
+13
*
When support for DWO files was added, there were two ways to pass lldb::user_...
Greg Clayton
2016-03-30
18
-333
/
+360
*
Fix header name.
Jim Ingham
2016-03-30
1
-1
/
+1
*
Fix the ThreadSanitizer support to avoid creating empty SBThreads and to not ...
Kuba Brecka
2016-03-30
1
-1
/
+1
*
Fix warning in ThreadSanitizerRuntime
Pavel Labath
2016-03-30
1
-1
/
+1
*
Fix warning in ClangExpressionParser
Pavel Labath
2016-03-30
1
-1
/
+1
*
LLDB top of tree SVN fails to attach to a MacOSX native process by pid only (...
Greg Clayton
2016-03-29
1
-2
/
+2
*
Figure out what the fixed expression is, and print it. Added another target ...
Jim Ingham
2016-03-29
2
-34
/
+27
*
Fix infinite recursion in DWO file parsing
Pavel Labath
2016-03-29
4
-37
/
+45
*
Move some functions from DWARFASTParserClang to ClangASTImporter.
Zachary Turner
2016-03-28
9
-213
/
+98
*
Removed an override of LookupSymbol that mistakenly disabled it for Clang.
Sean Callanan
2016-03-28
1
-3
/
+0
*
Record all translation units with more than one function in them (e.g., blocks).
Sean Callanan
2016-03-26
1
-3
/
+9
*
Removed LoggingDiagnosticConsumer, an unused class.
Sean Callanan
2016-03-25
1
-50
/
+0
*
Add a 'language cplusplus demangle' command. This can be useful to provide a ...
Enrico Granata
2016-03-25
1
-1
/
+89
*
Fix now-ambiguous references to Error.
Lang Hames
2016-03-25
1
-5
/
+5
*
Add the same host logging that I added to PlatformRemoteiOS a few
Jason Molenda
2016-03-25
2
-1
/
+154
*
Use Clang's FixItHints to correct expressions with "trivial" mistakes (e.g. "...
Jim Ingham
2016-03-25
4
-12
/
+215
*
Ignore global constructor warning in clang.
Greg Clayton
2016-03-24
1
-0
/
+4
*
Make File option flags consistent for Python API
Stephane Sezer
2016-03-24
1
-2
/
+2
*
Get rid of two global constructors by making things static variables in the o...
Greg Clayton
2016-03-24
2
-9
/
+8
*
[JITLoaderGDB] Read jit entry struct manually.
Siva Chandra
2016-03-23
2
-51
/
+63
*
Implement ObjectFilePECOFF::GetEntryPointAddress.
Stephane Sezer
2016-03-23
2
-3
/
+24
*
Add ThreadSanitizer debugging support.
Kuba Brecka
2016-03-23
4
-0
/
+646
[next]