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] [Process/gdb-remote] Fix defaulting signal to invalid in action list
Michal Gorny
2019-09-17
1
-2
/
+3
*
Reland "[lldb][NFC] Make ApplyObjcCastHack less scary"
Raphael Isemann
2019-09-17
1
-9
/
+5
*
[test] Disable reproducer dump test on Windows
Jonas Devlieghere
2019-09-17
1
-0
/
+1
*
[ScriptInterpreter] Initialize globals when loading a scripting module.
Jonas Devlieghere
2019-09-17
3
-6
/
+16
*
Revert "[lldb][NFC] Make ApplyObjcCastHack less scary"
Jim Ingham
2019-09-17
1
-5
/
+9
*
[test] Fail gracefully if the regex doesn't match
Jonas Devlieghere
2019-09-16
1
-6
/
+11
*
Fix swig python package path
Haibo Huang
2019-09-16
1
-4
/
+6
*
[Reproducer] Implement dumping packets.
Jonas Devlieghere
2019-09-16
2
-3
/
+25
*
Fix warning: lambda capture 'temp_file_path' is not used
Jonas Devlieghere
2019-09-16
1
-2
/
+1
*
[NFC] Move dumping into GDBRemotePacket
Jonas Devlieghere
2019-09-16
3
-5
/
+23
*
[lldb] Remove SetCount/ClearCount from Flags
Raphael Isemann
2019-09-16
2
-64
/
+3
*
[lldb][NFC] Make ApplyObjcCastHack less scary
Raphael Isemann
2019-09-16
1
-9
/
+5
*
[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
[next]