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
...
*
[lldb/Reproducers] Add missing instrumentation for SBFile
Jonas Devlieghere
2019-12-04
2
-16
/
+19
*
[lldb/Reproducers] Propagate LLDB_CAPTURE_REPRODUCER to the test suite
Jonas Devlieghere
2019-12-04
3
-2
/
+14
*
[lldb/Reproducers] Override capture with LLDB_CAPTURE_REPRODUCER env var
Jonas Devlieghere
2019-12-04
3
-0
/
+31
*
Add parray example for lldb, vrs. *ptr@count gdb cmd.
Jason Molenda
2019-12-04
1
-0
/
+14
*
Add help text for parray and poarray aliases.
Jason Molenda
2019-12-04
1
-4
/
+17
*
Upstream debugserver arm64e support.
Jason Molenda
2019-12-04
4
-4
/
+124
*
[LLDB] Actually fix the win-i386-line-table.s test when executed on windows
Martin Storsjö
2019-12-04
1
-3
/
+3
*
[lldb] Simplify debug_{rnglists,ranges}.s tests
Pavel Labath
2019-12-04
2
-56
/
+34
*
Change Target::FindBreakpointsByName to return Expected<vector>
Joseph Tremoulet
2019-12-04
5
-18
/
+39
*
[lldb] Fix macOS build by replacing nullptr with FileSpec()
Raphael Isemann
2019-12-04
2
-2
/
+2
*
[lldb] Remove some (almost) unused Stream::operator<<'s
Pavel Labath
2019-12-04
4
-74
/
+5
*
[lldb] s/assertTrue/assertEqual in TestStepTarget.py
Pavel Labath
2019-12-04
1
-9
/
+7
*
[lldb] Remove FileSpec(FileSpec*) constructor
Pavel Labath
2019-12-04
9
-42
/
+21
*
[lldb] Add test for Stream::Address and Stream::AddressRange
Raphael Isemann
2019-12-04
1
-0
/
+92
*
[lldb/Editline] Fix a -Wreturn-type warning with gcc
Pavel Labath
2019-12-04
1
-0
/
+1
*
[lldb] s/FileSpec::Equal/FileSpec::Match
Pavel Labath
2019-12-04
19
-85
/
+76
*
[lldb][NFC] Extract single member parsing out of DWARFASTParserClang::ParseCh...
Raphael Isemann
2019-12-04
2
-443
/
+490
*
[lldb][NFC] Migrate to raw_ostream in Module::GetDescription
Raphael Isemann
2019-12-04
5
-14
/
+15
*
[lldb][NFC] Migrate to raw_ostream in ArchSpec::DumpTriple
Raphael Isemann
2019-12-04
7
-15
/
+15
*
[Process] GetLanguageRuntimes() takes an argument that's always constant.
Davide Italiano
2019-12-03
2
-10
/
+6
*
[ClangASTContext] Remove a very old hack.
Davide Italiano
2019-12-03
1
-25
/
+0
*
[TypeCategory] HasLanguage() is now unused.
Davide Italiano
2019-12-03
2
-8
/
+0
*
[FormatManager] Provide only one variant of EnableCategory.
Davide Italiano
2019-12-03
1
-11
/
+2
*
[DataVisualization] Simplify. NFCI.
Davide Italiano
2019-12-03
1
-2
/
+1
*
[TypeCategory] Nothing passes down a list of languages.
Davide Italiano
2019-12-03
2
-9
/
+4
*
[EditLine] Fix RecallHistory to make it go in the right direction.
Jonas Devlieghere
2019-12-03
2
-30
/
+82
*
[lldb/Reproducer] Add version check
Jonas Devlieghere
2019-12-03
5
-4
/
+53
*
[lldb] Remove unneeded semicolon in IOHandlerCursesGUI
Pavel Labath
2019-12-03
1
-1
/
+1
*
[lldb] Use llvm range functions in LineTable.cpp
Pavel Labath
2019-12-03
1
-6
/
+2
*
[LLDB] Disable MSVC warning C4190: 'LLDBSwigPythonBreakpointCallbackFunction'...
Alexandre Ganea
2019-12-03
2
-0
/
+24
*
[lldb][NFC] Move Curses interface implementation to own file
Raphael Isemann
2019-12-03
6
-4051
/
+4106
*
Revert "[LiveDebugValues] Introduce entry values of unmodified params"
Djordje Todorovic
2019-12-03
2
-59
/
+15
*
[lldb][NFC] Extract searching for function SymbolContexts out of ClangExpress...
Raphael Isemann
2019-12-03
2
-92
/
+116
*
[lldb] Remove all remaining tabs from TestReturnValue.py
Raphael Isemann
2019-12-03
1
-5
/
+5
*
[lldb][NFC] Test going up/down one line in the multiline expression editor
Raphael Isemann
2019-12-03
1
-0
/
+67
*
Fixup 6d18e53: xfail TestShowLocationDwarf5.py properly
Diana Picus
2019-12-03
1
-1
/
+1
*
[lldb] Remove tab from TestReturnValue.py
Raphael Isemann
2019-12-03
1
-1
/
+1
*
[lldb] Move register info "augmentation" from gdb-remote into ABI
Pavel Labath
2019-12-03
5
-154
/
+190
*
[LiveDebugValues] Introduce entry values of unmodified params
Djordje Todorovic
2019-12-03
2
-15
/
+59
*
Mark some tests as xfail on AArch64 Linux
Diana Picus
2019-12-03
10
-5
/
+36
*
[lldb][NFC] Remove ThreadSafeSTLVector and ThreadSafeSTLMap and their use in ...
Raphael Isemann
2019-12-03
4
-217
/
+47
*
[LLDB] [test] Try to fix the test from 7d019d1a3b when run on Windows.
Martin Storsjö
2019-12-02
1
-2
/
+2
*
[lldb/CMake] Add in_call_stack to the utilities package
Jonas Devlieghere
2019-12-02
1
-1
/
+2
*
[lldb/CMake] Simplify logic for adding example Python packages (NFC)
Jonas Devlieghere
2019-12-02
1
-26
/
+24
*
[LLDB] Set the right address size on output DataExtractors from ObjectFile
Martin Storsjö
2019-12-02
2
-1
/
+62
*
[lldb] Fix TestFormattersSBAPI test
António Afonso
2019-12-02
1
-7
/
+10
*
[lldb][NFC] Don't calculate member indices in DWARFASTParserClang::ParseChild...
Raphael Isemann
2019-12-02
1
-2
/
+0
*
[lldb][NFC] Use raw_ostream instead of Stream in Baton::GetDescription
Raphael Isemann
2019-12-02
8
-49
/
+56
*
[lldb][NFC] Make Stream's IndentLevel an unsigned integers.
Raphael Isemann
2019-12-02
3
-11
/
+13
*
[lldb][NFC] Add 'breakpoint command list' test
Raphael Isemann
2019-12-02
2
-0
/
+62
[prev]
[next]