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
*
[test] Add -z separate-code to fix tests that ae sensitive to exact addresses...
Fangrui Song
2019-09-16
6
-6
/
+6
*
[lldb] Code cleanup: FormattersContainer.h: Use range-based for loops.
Jan Kratochvil
2019-09-14
1
-12
/
+9
*
[Reproducer] Add reproducer dump command.
Jonas Devlieghere
2019-09-13
4
-2
/
+266
*
[Reproducer] Move GDB Remote Packet into Utility. (NFC)
Jonas Devlieghere
2019-09-13
17
-246
/
+237
*
[test] Update TestAPILog to pass on Windows.
Jonas Devlieghere
2019-09-13
1
-2
/
+2
*
[LLDB] Add missing breaks for switch statement
Tim Shen
2019-09-13
1
-0
/
+3
*
[test] Print the log output on failure.
Jonas Devlieghere
2019-09-13
1
-2
/
+2
*
[Support] Add overload writeFileAtomically(std::function Writer)
Jan Korous
2019-09-13
1
-22
/
+28
*
[Reproducer] Include the this pointer in the API log.
Jonas Devlieghere
2019-09-13
2
-10
/
+58
*
Fix error in ProcessLauncherWindows.cpp
Adrian McCarthy
2019-09-13
1
-1
/
+1
*
[lldb] - Update unit tests after lib/ObjectYAML change.
George Rimar
2019-09-13
2
-5
/
+8
*
[lldb][NFC] Remove ArgEntry::ref member
Raphael Isemann
2019-09-13
28
-121
/
+120
*
[lldb][NFC] Simplify Args::ReplaceArgumentAtIndex
Raphael Isemann
2019-09-13
1
-9
/
+2
*
[lldb][NFC] Make ArgEntry::quote private and provide a getter
Raphael Isemann
2019-09-13
4
-4
/
+5
*
For PR17164: split -fno-lax-vector-conversion into three different
Richard Smith
2019-09-13
1
-1
/
+1
*
[Target] Move InferiorCall to Process
Alex Langford
2019-09-13
4
-66
/
+62
*
The setUp/tearDown methods I added mssed up the test function; reorder.
Jason Molenda
2019-09-13
1
-6
/
+7
*
[NFC] Sort source files in Utility/CMakeLists.txt
Jonas Devlieghere
2019-09-12
1
-3
/
+3
*
[lldb][NFC] Simplify makefiles also for breakpoint tests
Raphael Isemann
2019-09-12
30
-90
/
+30
*
[lldb] Remove duplicated breakpoint tests
Raphael Isemann
2019-09-12
9
-502
/
+0
*
[Reproducer] Move the command loader into the reproducer (NFC)
Jonas Devlieghere
2019-09-11
3
-48
/
+53
*
[NFC] Reformat SBDebugger before making changes
Jonas Devlieghere
2019-09-11
1
-31
/
+14
*
[Reproducer] Move GDB Remote Provider into Reproducer (NFC)
Jonas Devlieghere
2019-09-11
3
-44
/
+45
*
[DWARF] Evaluate DW_OP_entry_value
Vedant Kumar
2019-09-11
9
-8
/
+557
*
[Status] Add a LLDB_ERRORF macro for error reporting (similar to LLDB_LOGF)
Vedant Kumar
2019-09-11
1
-0
/
+7
*
[Plugins/Process] Remove direct use of ClangASTContext from InferiorCallPOSIX
Alex Langford
2019-09-11
1
-11
/
+21
*
Revert "[LLDB][ELF] Load both, .symtab and .dynsym sections"
Konrad Kleine
2019-09-11
6
-119
/
+9
*
Revert "[LLDB][ELF] Fixup for comments in D67390"
Konrad Kleine
2019-09-11
3
-7
/
+8
*
[lldb][NFC] Make include directories in Clang expression parser a std::string
Raphael Isemann
2019-09-11
4
-11
/
+10
*
[lldb][NFC] Remove dead code in SBAddress::GetDescription
Raphael Isemann
2019-09-11
1
-6
/
+0
*
[lldb][NFC] Sort files in unittests/Expression/CMakeLists.txt
Raphael Isemann
2019-09-11
1
-1
/
+1
*
[LLDB][ELF] Fixup for comments in D67390
Konrad Kleine
2019-09-11
3
-8
/
+7
*
[LLDB][ELF] Load both, .symtab and .dynsym sections
Konrad Kleine
2019-09-11
6
-9
/
+119
*
[LLDB] Do not try to canonicalize gethostname() result
David Zarzycki
2019-09-11
1
-12
/
+1
*
Ah, only skip this for embedded darwin targets.
Jason Molenda
2019-09-11
1
-1
/
+1
*
Skip a test in TestProcessIO.py when running against ios devices.
Jason Molenda
2019-09-11
1
-0
/
+1
*
Fix a thinko in handling the QSetLogging packet.
Jim Ingham
2019-09-10
1
-3
/
+3
*
[lldbtest] Add an "expected_cmd_failure" option to the filecheck helper
Vedant Kumar
2019-09-10
1
-1
/
+5
*
[Function] Factor out GetCallEdgeForReturnAddress, NFC
Vedant Kumar
2019-09-10
3
-11
/
+23
*
Implement DW_OP_convert
Adrian Prantl
2019-09-10
7
-32
/
+423
*
[lldb] Readd missing functionalities/breakpoint tests
Raphael Isemann
2019-09-10
108
-0
/
+5369
*
[LLDB] FreeBSD fix new SetFile call.
David Carlier
2019-09-10
1
-1
/
+1
*
[Utility] Replace `lldb_private::CleanUp` by `llvm::scope_exit`
Jonas Devlieghere
2019-09-10
8
-120
/
+41
*
[Expression] Remove unused header from LLVMUserExpression
Alex Langford
2019-09-09
1
-1
/
+0
*
[Symbol] Give ClangASTContext a PersistentExpressionState instead of a ClangP...
Alex Langford
2019-09-09
3
-8
/
+6
*
Revert "[Reproducer] Add a `cont` to ModuleCXX.test"
Jonas Devlieghere
2019-09-09
1
-1
/
+0
*
[Reproducer] Disconnect when the replay server is out of packets.
Jonas Devlieghere
2019-09-09
1
-3
/
+3
*
Fix ELF core file memory reading for PT_LOAD program headers with no p_filesz
Greg Clayton
2019-09-09
2
-9
/
+24
*
LLDB - Simplify GetProgramFileSpec
David Carlier
2019-09-09
1
-7
/
+4
*
Long timeouts for the MacOSX SystemRuntime plugins under ASAN; else quick.
Jason Molenda
2019-09-07
4
-0
/
+17
[next]