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
*
Fix type_lookup test to make buildbots happy
Eugene Zemtsov
2018-05-01
3
-3
/
+3
*
Log to the process channel, not target twice.
Jason Molenda
2018-05-01
1
-1
/
+1
*
Add logging when ArchSpec::SetArchitecture is given a cputype and
Jason Molenda
2018-05-01
1
-0
/
+5
*
Refactor GetNextPersistentVariableName into a non-virtual method
Adrian Prantl
2018-04-30
10
-37
/
+39
*
Move the persistent variable counter into Target
Adrian Prantl
2018-04-30
11
-19
/
+30
*
Remove premature caching of the global variables list in CompileUnit.
Adrian Prantl
2018-04-30
3
-5
/
+20
*
Protect DWARFCompileUnit::m_die_array by a new mutex
Jan Kratochvil
2018-04-30
2
-3
/
+18
*
Fix expression parser to not accept any type whose basename matches for a typ...
Greg Clayton
2018-04-30
5
-5
/
+173
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
604
-13438
/
+11190
*
Match also DW_TAG_partial_unit when DW_TAG_compile_unit is matched
Jan Kratochvil
2018-04-30
9
-19
/
+42
*
llgs tests: Use noack-mode for communication to avoid pr37294
Pavel Labath
2018-04-30
2
-2
/
+16
*
ObjectFileELF: Add support for arbitrarily named code sections
Pavel Labath
2018-04-30
5
-0
/
+73
*
Fixup r331049 (FileSpec auto-normalization)
Pavel Labath
2018-04-30
2
-11
/
+5
*
Support reading section ".gnu_debugaltlink"
Jan Kratochvil
2018-04-29
14
-5
/
+51
*
Fix build bots after r331049 broke them.
Greg Clayton
2018-04-27
1
-10
/
+10
*
[debugserver] Fix the G packet handling.
Frederic Riss
2018-04-27
2
-1
/
+12
*
Always normalize FileSpec paths.
Greg Clayton
2018-04-27
12
-210
/
+186
*
Mark test as @skipIfOutOfTreeDebugserver
Frederic Riss
2018-04-27
1
-0
/
+1
*
Fix a thinko in the iteration over StructuredDataPlugin Create functions.
Jim Ingham
2018-04-27
1
-3
/
+8
*
[debugserver] Fix handling of the 'g' packet
Frederic Riss
2018-04-27
2
-1
/
+33
*
[debugserver] Return 'ios' instead of 'iphoneos' for the ostype.
Frederic Riss
2018-04-25
2
-10
/
+10
*
Fix -Wswitch warning after r330790.
Benjamin Kramer
2018-04-25
1
-0
/
+3
*
[lit, lldbsuite] Update the lldbsuite to correctly run tests on windows and w...
Aaron Smith
2018-04-24
2
-6
/
+9
*
[dotest] Make the set of tests independent of the test configuration
Pavel Labath
2018-04-24
3
-61
/
+33
*
[CMake] Add the missing `dsymutil` dependency when running tests.
Davide Italiano
2018-04-23
1
-0
/
+1
*
llgs-tests: Increase packet time out
Pavel Labath
2018-04-23
1
-0
/
+1
*
[CMake] Gate 'dsymutil' dependency
Jonas Devlieghere
2018-04-23
1
-2
/
+2
*
[lit] Generate a single lit cfg file for tests that require dotest.py
Jonas Devlieghere
2018-04-21
2
-16
/
+47
*
Temporarily skip Go TestExpressions on FreeBSD as it hangs
Ed Maste
2018-04-21
1
-0
/
+1
*
FreeBSD: propagate error to user if memory access fails
Ed Maste
2018-04-21
1
-2
/
+6
*
Fix the Xcode gtest target for the move of FileSpecTest.cpp.
Jim Ingham
2018-04-20
1
-1
/
+1
*
Fix a crash when resolving overloads of C++ virtual methods.
Adrian Prantl
2018-04-20
4
-1
/
+29
*
Move FileSpecTest to Utility
Pavel Labath
2018-04-20
3
-7
/
+7
*
[DWARFASTParserClang] Remove dead code. NFCI.
Davide Italiano
2018-04-20
1
-42
/
+0
*
Fix narrowing warning by appending `f` to literal constant.
Adrian McCarthy
2018-04-19
1
-1
/
+1
*
Attempt to fix TestMiniDump on windows
Pavel Labath
2018-04-19
2
-7
/
+8
*
Improve LLDB's handling of non-local minidumps
Leonard Mosescu
2018-04-18
7
-6
/
+98
*
[LIT] Have lit run the lldb test suite
Jonas Devlieghere
2018-04-18
4
-5
/
+133
*
Report more precise error message when attach fails
Pavel Labath
2018-04-18
3
-5
/
+39
*
Change PlatformPosix::DoLoadImage to use a UtilityFunction.
Jim Ingham
2018-04-17
4
-50
/
+321
*
Fix the xcode project for the Args -> Utility move.
Jim Ingham
2018-04-17
1
-6
/
+6
*
Move Args.cpp from Interpreter to Utility
Pavel Labath
2018-04-17
52
-74
/
+61
*
[Statistics] Relax the test output a little bit.
Davide Italiano
2018-04-16
1
-4
/
+4
*
[Commands] Expose statistics through the SBAPI.
Davide Italiano
2018-04-16
7
-0
/
+60
*
Make sure deleting all breakpoints clears their sites first
Eugene Zemtsov
2018-04-16
3
-5
/
+30
*
[lldb-private] Mark a function as inline to prevent multiple def errors.
Davide Italiano
2018-04-16
1
-1
/
+1
*
[Statistics] Move GetStatDescription to an header file.
Davide Italiano
2018-04-16
2
-18
/
+18
*
Reapply "Cleanup DWARFCompileUnit and DWARFUnit in preparation for adding DWA...
Jan Kratochvil
2018-04-14
8
-828
/
+569
*
Revert "[debugserver] Remove dead function call. NFCI."
Davide Italiano
2018-04-13
1
-0
/
+3
*
[debugserver] Remove dead function call. NFCI.
Davide Italiano
2018-04-13
1
-3
/
+0
[next]