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
*
Revert 332511 after reverting llvm revision 332508.
Greg Clayton
2018-05-16
1
-4
/
+4
*
Fix FileSpecTest after LLVM changes to remove_dots (https://reviews.llvm.org/...
Greg Clayton
2018-05-16
1
-4
/
+4
*
Reapply "Remove Process references from the Host module"
Pavel Labath
2018-05-15
9
-28
/
+38
*
[lit] Fix several tests that fail when using Python 3 or on Windows
Stella Stamenova
2018-05-14
3
-12
/
+27
*
Revert "Remove Process references from the Host module"
Pavel Labath
2018-05-14
9
-38
/
+29
*
Fix macosx build broken by r332250
Pavel Labath
2018-05-14
1
-0
/
+1
*
Remove Process references from the Host module
Pavel Labath
2018-05-14
9
-29
/
+37
*
FileSpec: Remove PathSyntax enum and use llvm version instead
Pavel Labath
2018-05-14
7
-118
/
+93
*
Use const_iterator in DWARFUnit
Jan Kratochvil
2018-05-13
1
-3
/
+3
*
Revert "Protect DWARFCompileUnit::m_die_array by a new mutex"
Jan Kratochvil
2018-05-13
2
-18
/
+3
*
Revert "[LLDB] Support GNU-style compressed debug sections (.zdebug)"
Davide Italiano
2018-05-12
4
-135
/
+135
*
[LanguageRuntime/ObjC] Turn off ISA logging once and for all.
Davide Italiano
2018-05-12
1
-4
/
+6
*
[LLDB] Support GNU-style compressed debug sections (.zdebug)
Davide Italiano
2018-05-12
4
-135
/
+135
*
Conditionally compile a Darwin-only test.
Adrian Prantl
2018-05-11
1
-0
/
+2
*
Yet another follow-up to r332111. This also handles the case where an
Adrian Prantl
2018-05-11
2
-12
/
+17
*
Fix a regression in r332111. The LLDB.framework path component is not
Adrian Prantl
2018-05-11
2
-2
/
+14
*
Add a lock to PlatformPOSIX::DoLoadImage
Frederic Riss
2018-05-11
4
-49
/
+31
*
HostInfoMacOSX: Share the clang resource directory with Swift.
Adrian Prantl
2018-05-11
4
-7
/
+97
*
Remove custom path manipulation functions from FileSpec
Pavel Labath
2018-05-11
2
-89
/
+9
*
Retrieve the deployment target when retrieving an object file's triple.
Adrian Prantl
2018-05-11
2
-12
/
+238
*
Fix the code that gets the Xcode path. After path normalization this could wa...
Greg Clayton
2018-05-10
1
-1
/
+1
*
Fix one more RunShellcommand occurence in mac code
Pavel Labath
2018-05-10
1
-1
/
+2
*
Fix windows&mac builds broken by r331970 (RunShellCommand/Timeout) refactor
Pavel Labath
2018-05-10
2
-3
/
+4
*
Convert all RunShellCommand functions to use the Timeout class
Pavel Labath
2018-05-10
15
-64
/
+63
*
CPlusPlusLanguage: Add unit tests for the FindAlternateFunctionManglings method
Pavel Labath
2018-05-10
1
-2
/
+23
*
[cmake, unittests] Fix the CMake file for the LLDB unittests to support multi...
Stella Stamenova
2018-05-09
1
-2
/
+2
*
General cleanup to minimize the .debug_types patch
Greg Clayton
2018-05-09
16
-335
/
+110
*
[lit, lldbsuite] Add a bug reference to the failing TestLinuxCore and fix an ...
Stella Stamenova
2018-05-09
2
-12
/
+12
*
Fix Windows build for the Predicate.h refactor in r331880
Pavel Labath
2018-05-09
1
-2
/
+2
*
Modernize and clean-up the Predicate class
Pavel Labath
2018-05-09
12
-92
/
+115
*
[DWARF] Align non-accelerated function fullname searching with the apple-tabl...
Pavel Labath
2018-05-09
3
-46
/
+28
*
Add support to object files for accessing the .debug_types section
Greg Clayton
2018-05-08
9
-2
/
+36
*
[test] Re-enable TestUnicodeSymbols
Jonas Devlieghere
2018-05-08
1
-1
/
+0
*
Really test type lookup in TestCppTypeLookup.py
Frederic Riss
2018-05-08
2
-2
/
+8
*
[lit, lldbsuite] Fixes for several tests LLDB tests for Python 3 or Windows
Stella Stamenova
2018-05-07
3
-2
/
+11
*
Test Commit: fix a comment to be grammatically correct
Stella Stamenova
2018-05-07
1
-1
/
+1
*
Fix "file ./a.out" and file "../a.out" so that is works after recent FileSpec...
Greg Clayton
2018-05-07
1
-10
/
+6
*
Add children and child[N] properties to SBValue.i.
Jim Ingham
2018-05-04
2
-17
/
+65
*
The on-ios-device command line lldb has an optimization where
Jason Molenda
2018-05-04
2
-30
/
+71
*
DWARFExpression: Convert file addresses to load addresses early on.
Adrian Prantl
2018-05-03
4
-19
/
+30
*
Revert "DWARFExpression: Convert file addresses to load addresses early on."
Adrian Prantl
2018-05-03
4
-32
/
+18
*
Add back condition that was accidentally removed in r331462.
Adrian Prantl
2018-05-03
1
-3
/
+5
*
[CMake] Unify and relayer testing
Jonas Devlieghere
2018-05-03
7
-108
/
+75
*
DWARFExpression: Convert file addresses to load addresses early on.
Adrian Prantl
2018-05-03
4
-20
/
+32
*
Remove the timed_out out-argument from Predicate::WaitForValueEqualTo
Pavel Labath
2018-05-03
5
-27
/
+11
*
lldb-test symbols: Add ability to do name-based lookup
Pavel Labath
2018-05-03
11
-32
/
+491
*
[NSDictionary] Simplify the formatter. NFCI.
Davide Italiano
2018-05-02
1
-5
/
+1
*
Use conventional spelling of always-failing assert.
Richard Smith
2018-05-02
1
-1
/
+1
*
Use the UUID from the minidump's CodeView Record for placeholder modules
Leonard Mosescu
2018-05-02
10
-20
/
+152
*
Silence compiler warning.
Adrian Prantl
2018-05-02
1
-0
/
+1
[next]