llvm-project/lldb/source
Pavel Labath 2a056d8f86 Factor out common URL handling code in PlatformRemoteGDBServer
Summary:
this also gets rid of a compiler warning in release builds by using a dynamically allocated
buffer. Therefore, a size assertion is not necessary (and probably should have been an error in
the first place).

Reviewers: tberghammer

Subscribers: lldb-commits

Differential Revision: http://reviews.llvm.org/D7751

llvm-svn: 229878
2015-02-19 18:10:55 +00:00
..
API Remove the CMake duplication for liblldb. 2015-02-17 22:20:20 +00:00
Breakpoint Change the default disassembly format again. First attempt at 2015-02-13 23:24:21 +00:00
Commands Handle trailing spaces on "settings set" command more correctly 2015-02-16 13:13:39 +00:00
Core Fix TestDataFormatter* on Linux 2015-02-18 23:16:51 +00:00
DataFormatters Make a more complete fix for always supplying an execution context when getting byte sizes from types. 2015-02-12 00:34:25 +00:00
Expression Fix build after r229094: replace llvm/PassManager.h -> llvm/IR/LegacyPassManager.h 2015-02-13 10:49:18 +00:00
Host Prevent LLGS from crashing when exiting - make NativeProcessLinux to wait until ThreadStateCoordinator is fully stopped before entering ~NativeProcessLinux. 2015-02-19 17:58:04 +00:00
Interpreter Fix SettingsCommandTestCase.test_set_error_output_path 2015-02-18 23:12:26 +00:00
Plugins Factor out common URL handling code in PlatformRemoteGDBServer 2015-02-19 18:10:55 +00:00
Symbol Correctly handle N_INDR nlist entries and don't rely on the trie information in order to reproduce them since this dyld trie info can be missing. 2015-02-14 00:51:13 +00:00
Target A few minor path fixes for Windows. 2015-02-18 23:59:11 +00:00
Utility Fix Mingw build. 2015-02-11 10:14:13 +00:00
CMakeLists.txt [CMake] Remove debug message from CMakeLists.txt 2015-02-18 00:27:11 +00:00
Makefile Use PARALLEL_DIRS instead of DIRS in the Makefile 2014-10-14 06:26:33 +00:00
lldb-log.cpp Make sure to #include <atomic> when using std::atomic. 2014-09-19 20:12:32 +00:00
lldb.cpp Add Initialize/Terminate method to Platform base plugin 2015-02-12 18:18:27 +00:00