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
/
source
/
Host
/
common
/
Symbols.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move Host/Symbols.cpp to Symbols/LocateSymbolFile.cpp
Zachary Turner
2019-02-27
1
-383
/
+0
*
Revert "Don't include UnixSignals.h from Host."
Davide Italiano
2019-02-15
1
-5
/
+4
*
Don't include UnixSignals.h from Host.
Zachary Turner
2019-02-15
1
-4
/
+5
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
symbols.enable-external-lookup=false on all hosts (not just OSX)
Jan Kratochvil
2019-01-03
1
-18
/
+23
*
refactor testsuite spawnLldbMi args->exe+args
Jan Kratochvil
2018-12-19
1
-1
/
+1
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-1
/
+1
*
[FileSystem] Add convenience method to check for directories.
Jonas Devlieghere
2018-11-08
1
-1
/
+1
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-8
/
+23
*
[FileSystem] Remove Exists() from FileSpec
Jonas Devlieghere
2018-11-01
1
-17
/
+17
*
[FileSystem] Extend file system and have it use the VFS.
Jonas Devlieghere
2018-10-31
1
-1
/
+1
*
Fixed an issue that a bot found with my changes
Jason Molenda
2018-10-16
1
-81
/
+119
*
Revert r344626 while I address a testsuite failure from a bot.
Jason Molenda
2018-10-16
1
-119
/
+81
*
Simplify LocateDSYMInVincinityOfExecutable by moving
Jason Molenda
2018-10-16
1
-81
/
+119
*
Move SafeMachO from Utility to Host
Pavel Labath
2018-09-12
1
-2
/
+0
*
[FileSpec] Make style argument mandatory for SetFile. NFC
Jonas Devlieghere
2018-06-13
1
-1
/
+1
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-12
/
+12
*
s/LLVM_ON_WIN32/_WIN32/, lldb
Nico Weber
2018-04-10
1
-2
/
+2
*
Resolve binary symlinks before finding its separate .debug file
Jan Kratochvil
2018-02-05
1
-2
/
+7
*
Fix upper->lower case for /usr/lib/debug/.build-id/**.debug
Jan Kratochvil
2018-02-05
1
-0
/
+2
*
Remove unused includes from the Host module
Pavel Labath
2018-01-24
1
-1
/
+0
*
Run clang-format on source/Host/common/Symbols.cpp
Stephane Sezer
2017-11-22
1
-21
/
+22
*
Move ArchSpec to the Utility module
Pavel Labath
2017-11-13
1
-1
/
+1
*
[lldb] Enable using out-of-tree dwps
Alexander Shaposhnikov
2017-10-10
1
-1
/
+6
*
Move Timer and TraceOptions from Core to Utility
Pavel Labath
2017-06-29
1
-1
/
+1
*
Change the code I added to LocateDSYMInVincinityOfExecutable to use
Jason Molenda
2017-06-16
1
-20
/
+34
*
Change how LocateDSYMInVincinityOfExecutable strips off path
Jason Molenda
2017-06-15
1
-32
/
+34
*
Remove an expensive lock from Timer
Pavel Labath
2017-05-15
1
-3
/
+4
*
Add NetBSD path for Debugging Information in Separate Files
Kamil Rytarowski
2017-03-29
1
-0
/
+5
*
Fix warnings from clang build on macOS.
Bruce Mitchener
2017-03-23
1
-0
/
+1
*
Resubmit FileSystem changes.
Zachary Turner
2017-03-08
1
-1
/
+1
*
Revert "Use LLVM for all stat-related functionality."
Pavel Labath
2017-03-07
1
-1
/
+1
*
Use LLVM for all stat-related functionality.
Zachary Turner
2017-03-07
1
-1
/
+1
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
1
-3
/
+3
*
Move UUID from Core -> Utility.
Zachary Turner
2017-03-04
1
-1
/
+1
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Fix a bug introduced in r235737 where code with important side
Jason Molenda
2017-02-16
1
-1
/
+2
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-250
/
+215
*
Delete Host/windows/win32.h
Zachary Turner
2016-08-09
1
-2
/
+2
*
Symbols::LocateExecutableSymbolFile() shouldn't try to look for files in /usr...
Vadim Macagon
2015-10-13
1
-0
/
+2
*
Re-commit the (fixed) changes from r248985 which were reverted by Pavel
Jason Molenda
2015-10-08
1
-11
/
+14
*
Fix segmentation fault in lldb_private::Symbols::LocateExecutableSymbolFile()
Bruce Mitchener
2015-10-06
1
-5
/
+5
*
Revert "Fixing a subtle issue on Mac OS X systems with dSYMs..."
Pavel Labath
2015-10-01
1
-14
/
+11
*
Fixing a subtle issue on Mac OS X systems with dSYMs (possibly
Jason Molenda
2015-10-01
1
-11
/
+14
*
Fix issues with separate symbolfile handling
Tamas Berghammer
2015-07-30
1
-3
/
+7
*
Add some initial logging for when lldb is searching for binaries,
Jason Molenda
2015-07-25
1
-0
/
+21
*
Only check for matching arch and UUID when looking for dsym in vincinity of e...
Robert Flack
2015-05-21
1
-4
/
+22
*
Fixed a ton of gcc compile warnings
Vince Harron
2015-05-13
1
-2
/
+2
[next]