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: Fix some -Wdeprecated-copy warnings
Pavel Labath
2019-11-11
15
-119
/
+0
*
Fix TestNoGPacketSupported on linux
Pavel Labath
2019-11-11
1
-2
/
+2
*
[lldb] [test] Fix typo in TestSendSignal
Michał Górny
2019-11-11
1
-1
/
+1
*
[lldb] [test] Mark TestSendSignal XFAIL on NetBSD
Michał Górny
2019-11-11
1
-0
/
+1
*
[lldb] [test] Un-XFAIL tests that work on NetBSD 9
Michał Górny
2019-11-09
4
-6
/
+0
*
Temporarily change the default for use-g-packet-for-reading to false,
Jason Molenda
2019-11-08
3
-2
/
+5
*
Revert "Add a testcase for .dSYM path remapping dictionaries."
Jonas Devlieghere
2019-11-08
3
-69
/
+0
*
Test case to verify that lldb falls back to p/P if g is unsupported
Jason Molenda
2019-11-08
1
-0
/
+98
*
Add a testcase for .dSYM path remapping dictionaries.
Adrian Prantl
2019-11-08
3
-0
/
+69
*
Properly propagate is_variadic.
Adrian Prantl
2019-11-08
1
-1
/
+1
*
[lldb] Make Asan/SIP workaround work for Python 3
Jonas Devlieghere
2019-11-08
1
-2
/
+4
*
[lldb] Prevent Asan/SIP workaround from affecting Python in /usr/local/bin
Jonas Devlieghere
2019-11-08
1
-1
/
+1
*
Adapt LLDB to clang API change in ObjCMethodDecl::create().
Adrian Prantl
2019-11-08
2
-15
/
+24
*
[lldb] Skip parts of TestCallOverriddenMethod.py on Linux
Raphael Isemann
2019-11-08
1
-4
/
+18
*
[lldb] Make Target* a Target& in CommandObjectExpression::DoExecute REPL logic
Raphael Isemann
2019-11-08
1
-49
/
+47
*
[lldb][NFC] Refactor some IsClangType checks in ClangASTContext
Raphael Isemann
2019-11-08
2
-2
/
+6
*
Reordering KextImageInfo::LoadImageUsingMemoryModule
Jason Molenda
2019-11-07
1
-9
/
+15
*
Modernize TestWeakSymbols Makefile
Fred Riss
2019-11-07
1
-20
/
+15
*
BreakpointDummyOptionGroup was using g_breakpoint_modify_options rather than ...
Jim Ingham
2019-11-07
3
-1
/
+25
*
[lldb] Improve assert in GDBRemoteCommunicationReplayServer
Jonas Devlieghere
2019-11-07
1
-1
/
+8
*
crashlog.py: Improve regular expressions
Adrian Prantl
2019-11-07
2
-13
/
+63
*
[lldb] Comment typo fix
Jan Kratochvil
2019-11-07
1
-1
/
+1
*
[lldb] Add -m option to 'target modules dump symtab' to disable demangling
Raphael Isemann
2019-11-07
8
-16
/
+86
*
[lldb-server] Add setting to force 'g' packet use
Guilherme Andrade
2019-11-07
10
-21
/
+127
*
[LLDB] Adding caching to libc++ std::function formatter for lookups that requ...
shafik
2019-11-06
4
-26
/
+84
*
[lldb] Mark ASan & TSan as test dependencies
Jonas Devlieghere
2019-11-06
1
-1
/
+9
*
[test] Fix apple_simulator_test decorator when simulators are unavailable
Alex Langford
2019-11-06
1
-1
/
+1
*
[lldb] Remove dead code from STLUtils.h
Jonas Devlieghere
2019-11-06
6
-55
/
+3
*
Testuite: Support Asan test with remote testing
Fred Riss
2019-11-06
3
-8
/
+18
*
[LLDB] Fix handling for the clang name mangling extension for block invocations
shafik
2019-11-06
5
-23
/
+50
*
[lldb] Record framework build path and use it everywhere
Haibo Huang
2019-11-06
8
-24
/
+15
*
lldb/docs: update the lldb-x86_64-debian bot url
Pavel Labath
2019-11-06
1
-1
/
+1
*
lldb: Skip reproducer+expression evaluation test on linux
Pavel Labath
2019-11-06
1
-0
/
+3
*
Silence warning, PyMODINIT_FUNC already contains extern "C"
Benjamin Kramer
2019-11-06
1
-1
/
+1
*
[TestMTCSimple] Disable the test if you don't have libMTC
Alex Langford
2019-11-05
1
-1
/
+5
*
[lldb] Add a install target for lldb python on darwin
Haibo Huang
2019-11-05
1
-12
/
+15
*
[ValueObject] Upstream early exit from swift-lldb. (NFC)
Adrian Prantl
2019-11-05
1
-0
/
+4
*
[ValueObject] Upstream initialization from swift-lldb.
Adrian Prantl
2019-11-05
1
-0
/
+10
*
[Reproducer] Add test case for expression evaluation
Jonas Devlieghere
2019-11-05
2
-0
/
+28
*
TestBatchMode.py: add missing @skipIfRemote
Fred Riss
2019-11-05
1
-0
/
+1
*
testsuite: skipIfNoSBHeaders should skip when running remotely
Fred Riss
2019-11-05
1
-0
/
+3
*
Modernize add-dsym test Makefile
Fred Riss
2019-11-05
1
-17
/
+7
*
ValueObject: Upstream early-exit from swift-lldb. (NFC)
Adrian Prantl
2019-11-05
1
-3
/
+8
*
[lldb] Fix Python 3 incompatibility in API/lit.cfg.py
Jonas Devlieghere
2019-11-05
1
-3
/
+4
*
[lldb] [Python] Build readline override module only on Linux
Michał Górny
2019-11-05
1
-1
/
+1
*
[lldb] Fix readline/libedit compat patch for py2
serge-sans-paille
2019-11-05
1
-1
/
+9
*
lldb/breakpad: add suppport for the "x86_64h" architecture
Pavel Labath
2019-11-05
2
-2
/
+2
*
Revert and patch "[Python] Remove readline module"
serge-sans-paille
2019-11-05
4
-0
/
+124
*
lldb/minidump: Add support for the alternate ARM64 constant
Pavel Labath
2019-11-05
2
-1
/
+2
*
MemoryRegion: Print "don't know" permission values as such
Pavel Labath
2019-11-05
4
-25
/
+33
[next]