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
/
Plugins
/
Platform
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC] Fixes -Wrange-loop-analysis warnings
Mark de Wever
2020-01-01
1
-1
/
+1
*
[lldb/Host] Use cmakedefine01 for LLDB_ENABLE_POSIX
Jonas Devlieghere
2019-12-13
4
-8
/
+8
*
[Target] Remove Target::GetScratchClangASTContext
Alex Langford
2019-12-12
1
-2
/
+8
*
[lldb] Remove FileSpec(FileSpec*) constructor
Pavel Labath
2019-12-04
3
-11
/
+11
*
[lldb] s/FileSpec::Equal/FileSpec::Match
Pavel Labath
2019-12-04
1
-2
/
+2
*
[lldb] Avoid snprintf in PlatformRemoteDarwinDevice
Pavel Labath
2019-11-26
1
-19
/
+14
*
[LLDB] Cleanup the DataEncoder utility. (NFC)
Jonas Devlieghere
2019-11-13
1
-1
/
+1
*
Modernize the rest of the Find.* API (NFC)
Adrian Prantl
2019-10-17
1
-3
/
+3
*
Add arm64_32 support to lldb, an ILP32 codegen
Jason Molenda
2019-10-16
2
-4
/
+19
*
uint32_t options -> File::OpenOptions options
Lawrence D'Anna
2019-10-14
3
-3
/
+4
*
Add -fgnuc-version to ClangModuleCompilationOptions on Darwin.
Adrian Prantl
2019-10-11
1
-1
/
+2
*
[lldb] [cmake] Support linking against clang-cpp dylib
Michal Gorny
2019-10-04
1
-1
/
+2
*
factor out an abstract base class for File
Lawrence D'Anna
2019-10-03
1
-1
/
+1
*
Convert FileSystem::Open() to return Expected<FileUP>
Lawrence D'Anna
2019-09-26
1
-5
/
+5
*
[lldb] Decouple importing the std C++ module from the way the program is comp...
Raphael Isemann
2019-09-24
2
-22
/
+0
*
File::SetDescriptor() should require options
Jonas Devlieghere
2019-09-23
1
-3
/
+8
*
[Utility] Replace `lldb_private::CleanUp` by `llvm::scope_exit`
Jonas Devlieghere
2019-09-10
1
-19
/
+26
*
[Platform/Android] Read the adb server from an env variable if set
Nathan Lanza
2019-08-27
1
-1
/
+6
*
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
Fangrui Song
2019-08-05
1
-2
/
+2
*
SymbolVendor: Introduce Module::GetSymbolFile
Pavel Labath
2019-08-02
1
-101
/
+95
*
[lldb] Qualify includes of Properties[Enum].inc files. NFC
Jordan Rupprecht
2019-07-29
3
-6
/
+6
*
[lldb] Also include the array definition in Properties.inc
Jonas Devlieghere
2019-07-29
1
-4
/
+3
*
Let tablegen generate property definitions
Jonas Devlieghere
2019-07-25
3
-9
/
+32
*
[LLDB] Find debugserver in Command Line Tools as well
Antonio Afonso
2019-07-25
1
-50
/
+71
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
15
-267
/
+245
*
Support Linux signal return trampolines in frame initialization
Joseph Tremoulet
2019-07-19
1
-0
/
+2
*
[FileSpecList] Add EmplaceBack method (NFC)
Jonas Devlieghere
2019-07-18
1
-1
/
+1
*
Refactor ObjectFile::GetSDKVersion
Raphael Isemann
2019-07-03
1
-4
/
+4
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
8
-49
/
+52
*
Simplify ArchSpec::IsMIPS()
Fangrui Song
2019-05-16
1
-8
/
+1
*
C.128 override, virtual keyword handling
Raphael Isemann
2019-05-03
1
-1
/
+1
*
Fix a stack-smasher in PlatformMacOSX::GetSDKDirectory()
Adrian Prantl
2019-04-29
1
-1
/
+1
*
[ScriptInterpreter] Move ownership into debugger (NFC)
Jonas Devlieghere
2019-04-26
1
-1
/
+1
*
Allow direct comparison of ConstString against StringRef
Raphael Isemann
2019-04-26
1
-1
/
+1
*
Lock accesses to OptionValueFileSpecList objects
Frederic Riss
2019-04-23
1
-2
/
+2
*
One small tweak to LocateExecutableScriptingResources - I
Jason Molenda
2019-04-23
1
-2
/
+2
*
Add a small check to PlatformDarwin::LoadScriptingResourceForModule
Jason Molenda
2019-04-23
1
-3
/
+6
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
39
-206
/
+0
*
[lldb-server] Introduce Socket::Initialize and Terminate to simply WSASocket ...
Aaron Smith
2019-04-10
1
-6
/
+1
*
Unify random timeouts throughout LLDB and make them configurable.
Adrian Prantl
2019-04-05
1
-2
/
+2
*
[Platform] Remove Kalimba Platform
Jonas Devlieghere
2019-03-27
4
-240
/
+0
*
Add ability to import std module into expression parser to improve C++ debugging
Raphael Isemann
2019-03-12
2
-0
/
+22
*
Move ProcessInfo from Host to Utility.
Zachary Turner
2019-03-04
5
-3
/
+17
*
Refactor user/group name resolving code
Pavel Labath
2019-03-04
3
-21
/
+17
*
Move Host/Symbols.cpp to Symbols/LocateSymbolFile.cpp
Zachary Turner
2019-02-27
1
-1
/
+1
*
[lldb-server] Add remote platform capabilities for Windows
Aaron Smith
2019-02-14
4
-274
/
+14
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
1
-4
/
+4
*
Extract common PlatformPOSIX/Windows code into a separate class
Pavel Labath
2019-02-12
4
-359
/
+7
*
Use std::make_shared in LLDB (NFC)
Jonas Devlieghere
2019-02-11
2
-5
/
+8
*
Fixes for the ProcessLaunchInfo move
Pavel Labath
2019-02-04
1
-1
/
+1
[next]