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
*
[Thread] Update the correct variable
Jonas Devlieghere
2019-02-12
1
-4
/
+2
*
Define _ENABLE_EXTENDED_ALIGNED_STORAGE on Windows.
Jonas Devlieghere
2019-02-12
2
-8
/
+18
*
[ObjectFileMachO] Revert std::make_shared
Jonas Devlieghere
2019-02-11
1
-14
/
+8
*
Some cleanup after moving to std::make_shared
Jonas Devlieghere
2019-02-11
2
-21
/
+13
*
Use std::make_shared in LLDB (NFC)
Jonas Devlieghere
2019-02-11
98
-443
/
+645
*
Fixed function name in log statement
Raphael Isemann
2019-02-11
1
-2
/
+2
*
Use of `@return` is not appropriate for a function with a void return type.
Jonas Devlieghere
2019-02-11
1
-2
/
+0
*
Update SymbolVendorMacOSX for new GetUUID interface
Jonas Devlieghere
2019-02-11
1
-5
/
+4
*
Simplify ObjectFile::GetUUID
Pavel Labath
2019-02-11
13
-71
/
+55
*
[build.py] Add `-fms-compatibility-version=19` to `build.py`
Aleksandr Urakov
2019-02-11
1
-0
/
+1
*
Breakpad: auto-detect path style of file entries
Pavel Labath
2019-02-11
11
-19
/
+57
*
[lldb] [lit] Fix finding lld-link when it is not in 'compiler dir'
Michal Gorny
2019-02-11
1
-7
/
+5
*
[lldb] [test] Skip lldb-mi test if LLDB_DISABLE_PYTHON is used
Michal Gorny
2019-02-11
3
-1
/
+5
*
Revert "minidump: Add ability to attach (breakpad) symbol files to placeholde...
Pavel Labath
2019-02-11
5
-116
/
+51
*
[lldb] [lldb-instr] Add missing linkage to clang libraries
Michal Gorny
2019-02-11
1
-0
/
+3
*
minidump: Add ability to attach (breakpad) symbol files to placeholder modules
Pavel Labath
2019-02-11
5
-51
/
+116
*
[lldb] [MainLoop] Initialize empty sigset_t correctly
Michal Gorny
2019-02-11
1
-4
/
+6
*
Update files to the new header that were incorrectly landed with the old
Chandler Carruth
2019-02-11
2
-8
/
+6
*
Fix x86 return pattern detection
Raphael Isemann
2019-02-10
2
-2
/
+172
*
lldb: Fix compilation on OpenBSD
Raphael Isemann
2019-02-10
1
-2
/
+1
*
Tiny fix spotted by static analyzer; GetPath() returns a std::string,
Jason Molenda
2019-02-08
1
-2
/
+2
*
[opaque pointer types] Update calls to CreateCall to pass the function
James Y Knight
2019-02-08
4
-29
/
+29
*
[lldb] [unittests] Disable MainLoopTest::DetectsEOF on NetBSD
Michal Gorny
2019-02-08
1
-0
/
+5
*
[NFC] Fix license headers after r352845
Aleksandr Urakov
2019-02-08
5
-20
/
+15
*
Removing some unimplemented methods from the SB headers
Jim Ingham
2019-02-08
5
-13
/
+0
*
[CommandInterpreter] Early return on error (NFC)
Jonas Devlieghere
2019-02-07
1
-125
/
+121
*
Silence fallthrough warnings in debugserver.
Adrian Prantl
2019-02-07
2
-2
/
+5
*
Add missing overrides
Aaron Smith
2019-02-07
1
-2
/
+2
*
[lldb-server] Improve support on Windows
Aaron Smith
2019-02-07
5
-37
/
+38
*
[lldb-instr] Make lldb-instr a test dependency
Jonas Devlieghere
2019-02-07
1
-0
/
+4
*
[gdb-remote] Use lldb's portable Host::GetEnvironment() instead of getenv
Aaron Smith
2019-02-07
4
-46
/
+53
*
Fix headers for files added in r353047
Pavel Labath
2019-02-07
3
-12
/
+9
*
Fix signed/unsigned mismatches in ProcessInfoTest.cpp
Pavel Labath
2019-02-07
1
-1
/
+1
*
Fix incorrect log messages in NativeProcessLinux (pr40588)
Pavel Labath
2019-02-07
1
-4
/
+4
*
Breakpad: temporarily XFAIL line-table tests
Pavel Labath
2019-02-07
4
-0
/
+8
*
use_lldb_suite.py: Fix potential infinite loop
Pavel Labath
2019-02-07
1
-3
/
+4
*
Fix some warnings introduced in r353324 (ReproducerInstrumentation patch)
Pavel Labath
2019-02-07
3
-8
/
+4
*
SymbolFileBreakpad: Add line table support
Pavel Labath
2019-02-07
13
-55
/
+504
*
Fix documentation formatting for ShellExpandArguments
Raphael Isemann
2019-02-07
2
-6
/
+6
*
[lldb] Make frame recognizers vend synthesized eValueTypeVariableArgument values
Kuba Mracek
2019-02-07
5
-1
/
+49
*
[Driver] Don't try to replay reproducer in the driver.
Jonas Devlieghere
2019-02-07
1
-9
/
+0
*
Fix my mistake adding SBReproducer the Xcode project
Jonas Devlieghere
2019-02-07
1
-4
/
+8
*
[testsuite] Convert a pexpect test to lit.
Davide Italiano
2019-02-06
4
-64
/
+25
*
Add SBReproducer to Xcode project
Jonas Devlieghere
2019-02-06
1
-0
/
+6
*
[Reproducers] SBReproducer framework: Capture & Replay
Jonas Devlieghere
2019-02-06
8
-10
/
+830
*
[x64] Process the B field of the REX prefix correctly for the PUSH and POP
Aleksandr Urakov
2019-02-06
2
-4
/
+58
*
Fix strlen() of unbound array undefined behavior
Jan Kratochvil
2019-02-06
2
-5
/
+3
*
[Reproducers] lldb-instr: tool to generate instrumentation macros.
Jonas Devlieghere
2019-02-06
7
-1
/
+337
*
Add a warning to GDBRemoteRegisterContext (if packet logging enabled)
Jason Molenda
2019-02-06
1
-0
/
+8
*
[CMake] Unify scripts for generating VCS headers
Petr Hosek
2019-02-06
2
-22
/
+22
[next]