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
/
tools
/
lldb-server
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb-server] Prefer target_include_directories
Alex Langford
2020-01-13
1
-2
/
+1
*
[lldb-server] Remove dead CMake code
Alex Langford
2020-01-13
1
-24
/
+0
*
[lldb/Host] Use cmakedefine01 for LLDB_ENABLE_POSIX
Jonas Devlieghere
2019-12-13
1
-2
/
+3
*
[Signal] Allow llvm clients to opt into one-shot SIGPIPE handling
Vedant Kumar
2019-11-18
1
-1
/
+1
*
[LLDB] [lldb-server] Use llvm::InitLLVM for doing unicode conversion of argum...
Martin Storsjo
2019-10-11
1
-0
/
+2
*
[LLDB] Avoid a warning about an unused static variable
Martin Storsjo
2019-09-23
1
-1
/
+1
*
Fix warning: lambda capture 'temp_file_path' is not used
Jonas Devlieghere
2019-09-16
1
-2
/
+1
*
[LLDB] Add missing breaks for switch statement
Tim Shen
2019-09-13
1
-0
/
+3
*
[Support] Add overload writeFileAtomically(std::function Writer)
Jan Korous
2019-09-13
1
-22
/
+28
*
[LLDB] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-1
/
+1
*
Add missing NativeProcessFactory for lldb-server on Windows
Aaron Smith
2019-08-14
1
-0
/
+4
*
Enable lldb-server on Windows
Aaron Smith
2019-08-13
2
-2
/
+9
*
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
Fangrui Song
2019-08-05
1
-1
/
+1
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-5
/
+4
*
[CMake] Remove lldb-server from LLDB.framework
Stefan Granitz
2019-05-29
1
-4
/
+0
*
[CMake] LLDB.framework tools handling
Stefan Granitz
2019-05-29
1
-0
/
+4
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
2
-19
/
+19
*
lldb-server: LLGS: support 32-bit on 64-bit hosts
Saleem Abdulrasool
2019-05-21
1
-11
/
+16
*
lldb-server: rename `llgs::terminate` (NFC)
Saleem Abdulrasool
2019-05-14
1
-3
/
+3
*
Initialization: move InstructionEmulation to full initialization
Saleem Abdulrasool
2019-05-06
2
-0
/
+41
*
gdb-remote: reduce some inclusion of Target/Process.h
Saleem Abdulrasool
2019-05-02
1
-0
/
+1
*
lldb-server: remove link against lldbInterpreter
Saleem Abdulrasool
2019-05-01
1
-1
/
+0
*
[lldb-server] Remove lldb-server's dependency on Core
Alex Langford
2019-05-01
3
-3
/
+0
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
3
-14
/
+0
*
[lldb-server] Use llgs namespace to avoid conflicts with Win32 API
Aaron Smith
2019-04-02
1
-4
/
+6
*
Sanity check --max-gdbserver-port
Jan Kratochvil
2019-03-06
1
-3
/
+3
*
Update com.apple.diagnosticd.diagnostic entitlement
Jason Molenda
2019-03-01
2
-2
/
+2
*
[Reproducers] Initialize reproducers before initializing the debugger.
Jonas Devlieghere
2019-02-21
3
-6
/
+4
*
[lldb] [lldb-server] Catch and report errors from main loop
Michal Gorny
2019-02-14
1
-1
/
+6
*
[CMake] Add code signing for lldb-server on iOS
Stefan Granitz
2019-01-28
1
-0
/
+12
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
9
-36
/
+27
*
[lldb-server] Add unnamed pipe support to PipeWindows
Aaron Smith
2019-01-10
1
-13
/
+10
*
[CMake] Revised LLDB.framework builds
Stefan Granitz
2019-01-04
1
-1
/
+1
*
[Reproducers] Change how reproducers are initialized.
Jonas Devlieghere
2018-12-03
3
-5
/
+13
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
2
-5
/
+0
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
2
-4
/
+6
*
Move pretty stack trace printer into driver.
Jonas Devlieghere
2018-07-17
1
-0
/
+7
*
Introduce lldb-framework CMake target and centralize its logic
Alex Langford
2018-06-18
1
-1
/
+1
*
[FileSpec] Make style argument mandatory for SetFile. NFC
Jonas Devlieghere
2018-06-13
1
-1
/
+1
*
Fix windows/mac builds broken by r333182.
Pavel Labath
2018-05-24
1
-2
/
+2
*
Move ObjectFile initialization out of SystemInitializerCommon
Pavel Labath
2018-05-24
4
-3
/
+66
*
Move Args.cpp from Interpreter to Utility
Pavel Labath
2018-04-17
1
-1
/
+1
*
Add Utility/Environment class for handling... environments
Pavel Labath
2018-01-10
1
-4
/
+1
*
llgs: Propagate the environment when launching the inferior from command line
Pavel Labath
2017-12-18
1
-15
/
+16
*
[lldb] Use PRIVATE in target_link_libraries
Shoaib Meenai
2017-12-06
1
-1
/
+1
*
Fix LLVM_LINK_LLVM_DYLIB build (pr35053)
Pavel Labath
2017-10-31
1
-35
/
+0
*
Add a few missing newlines in lldb-server messages
Stephane Sezer
2017-09-28
1
-8
/
+8
*
Use socketpair on all Unix platforms
Eugene Zemtsov
2017-09-25
1
-13
/
+43
*
Remove shared pointer from NativeProcessProtocol
Pavel Labath
2017-07-18
1
-2
/
+2
*
Add a NativeProcessProtocol Factory class
Pavel Labath
2017-07-07
2
-2
/
+44
[next]