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
*
Ignore global constructor warning in clang.
Greg Clayton
2016-03-24
1
-0
/
+4
*
Make it possible for language plugins to provide additional custom help for '...
Enrico Granata
2016-03-24
3
-2
/
+37
*
Update the INFOPLIST_FILE setting in the xcode project file
Jason Molenda
2016-03-24
2
-5
/
+5
*
Make File option flags consistent for Python API
Stephane Sezer
2016-03-24
3
-3
/
+46
*
Get rid of a global constructor and also make this code safe to use after the...
Greg Clayton
2016-03-24
1
-14
/
+30
*
Get rid of two global constructors by making things static variables in the o...
Greg Clayton
2016-03-24
2
-9
/
+8
*
Get rid of a global constructor that was causing a warning on MacOSX and make...
Greg Clayton
2016-03-24
2
-4
/
+14
*
Make 'type lookup' print an error message instead of complete radio silence w...
Enrico Granata
2016-03-24
2
-0
/
+4
*
Fix for missing prompt on Windows
Ted Woodward
2016-03-24
1
-0
/
+23
*
[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
*
Follow-up for r264162 to fix the CMake build (update LLDBDependencies.cmake).
Kuba Brecka
2016-03-23
1
-0
/
+1
*
Add ThreadSanitizer debugging support.
Kuba Brecka
2016-03-23
17
-1
/
+954
*
Change 'apropos' such that it doesn't look into the "long help/syntax" string...
Enrico Granata
2016-03-23
7
-79
/
+82
*
Reverted a change in r264074 that made lldb-mi use lldb_private APIs.
Sean Callanan
2016-03-22
1
-1
/
+2
*
Make it so that a command alias can actually remove the help/long help from i...
Enrico Granata
2016-03-22
6
-48
/
+67
*
[lldb-mi] Uncomment a line in CMakeLists.txt to make linux build happy.
Siva Chandra
2016-03-22
1
-1
/
+1
*
Fix a bug caused by my alias refactoring where, if an alias was defined in te...
Enrico Granata
2016-03-22
6
-2
/
+116
*
Backend support for top-level Clang epxressions
Sean Callanan
2016-03-22
9
-212
/
+375
*
Changes to the Xcode project file to make LLDB build again after llvm/Support...
Enrico Granata
2016-03-22
1
-6
/
+4
*
Unicode support on Win32.
Zachary Turner
2016-03-22
29
-226
/
+530
*
[LLDB]{MIPS] Fix TestPlatformProcessConnect.py
Mohit K. Bhakkad
2016-03-22
4
-18
/
+19
*
[JITLoaderGDB] Pack the jit entry struct according to the target arch.
Siva Chandra
2016-03-22
2
-8
/
+25
*
Collect IRExecutionUnits as part of persistent expression state.
Sean Callanan
2016-03-21
6
-82
/
+436
*
Compilation can end up calling functions (e.g. to resolve indirect functions)...
Jim Ingham
2016-03-21
14
-14
/
+52
*
Attempt to fix MSVC build (no __attribute__ there)
Pavel Labath
2016-03-20
1
-0
/
+1
*
Use Enrico's new CommandAlias to give better help to the "sif" command.
Jim Ingham
2016-03-19
1
-1
/
+7
*
Handle any persistent Decl in the Clang expression parser, not just types.
Sean Callanan
2016-03-19
5
-56
/
+83
*
Fix the project file for the removal of lldb-mi's Platform.cpp.
Jim Ingham
2016-03-19
1
-4
/
+0
*
Add a DiagnosticManager replace error streams in the expression parser.
Sean Callanan
2016-03-19
45
-768
/
+1035
*
Delete the custom implementation of signal() on Windows.
Zachary Turner
2016-03-18
6
-113
/
+5
*
Fix a build issue where the python module could become stale.
Zachary Turner
2016-03-18
1
-4
/
+17
*
Added a break statement that was needed. Caught by clang's unannotated case f...
Greg Clayton
2016-03-18
1
-1
/
+2
*
Fixed an case fall through that wasn't meant to happen. Caught by clang's una...
Greg Clayton
2016-03-18
1
-7
/
+8
*
Fixed a bug where DW_AT_start_scope would fall through to DW_AT_artificial in...
Greg Clayton
2016-03-18
1
-32
/
+33
*
Fix deadlock due to thread list locking in 'bt all' with obj-c
Stephane Sezer
2016-03-17
1
-38
/
+72
*
Fix null pointer "dereference" in DomainSocket
Pavel Labath
2016-03-16
1
-1
/
+1
*
Switch from unittest2.expectedFailure to our own decorator on TestSTL
Pavel Labath
2016-03-16
1
-2
/
+1
*
Mark an LLGS test as flaky
Pavel Labath
2016-03-16
1
-0
/
+1
*
[test] Persist packets between expect_gdbremote_sequence invocations
Pavel Labath
2016-03-16
3
-30
/
+41
*
Fix thread/process ID reading from linux core files
Pavel Labath
2016-03-16
8
-2
/
+96
*
Move OperatingSystem plugins to SystemInitializerFull
Pavel Labath
2016-03-16
2
-11
/
+12
*
On some platforms, the compiler is allowed to assume that BOOL == bool. On ot...
Enrico Granata
2016-03-15
3
-7
/
+21
*
Make it so that the data formatter for NSError can see through a variable of ...
Enrico Granata
2016-03-15
4
-31
/
+42
*
Only try to load the OS plug-in after a shared library load if we don't alrea...
Greg Clayton
2016-03-15
1
-1
/
+4
*
Fix ClangASTContext::GetFunctionArgumentAtIndex() to not water down the type ...
Greg Clayton
2016-03-15
1
-1
/
+1
*
Don't crash if the TypeSP is empty.
Greg Clayton
2016-03-15
1
-1
/
+4
*
Improve the 'type lookup' command such that it guesses to use the current's f...
Enrico Granata
2016-03-15
3
-2
/
+52
*
Remove unnecessary <limits> includes.
Jim Ingham
2016-03-15
7
-9
/
+4
*
Add regression test for expressions calling functions taking anonymous struct...
Ewan Crawford
2016-03-15
3
-0
/
+78
[next]