llvm-project/lldb/source
Saleem Abdulrasool 358efd6557 API: fix a -Wunused-variable warning
expr_log is only conditionally used via preprocessing.  Ensure that we guard the
definition accordingly.  NFC.

llvm-svn: 267001
2016-04-21 16:56:02 +00:00
..
API API: fix a -Wunused-variable warning 2016-04-21 16:56:02 +00:00
Breakpoint Breakpoint conditions were making result variables, which they should not do. 2016-04-12 17:17:35 +00:00
Commands Added command prefix to new help messages to ensure that they're correctly words in REPL mode. 2016-04-21 00:55:20 +00:00
Core Corrected wording of REPL not available messaging (contained a repeated word and lacked clarity.) 2016-04-21 00:56:08 +00:00
DataFormatters Remove even more of the data formatters that silently run code 2016-04-08 21:24:24 +00:00
Expression Fix usage of APInt.getRawData for big-endian systems 2016-04-15 09:55:52 +00:00
Host Host: fix some -Wformat-pedantic warnings 2016-04-21 16:55:58 +00:00
Initialization Move DynamicLoader plugins to SystemInitializerFull 2016-03-29 15:00:26 +00:00
Interpreter Fix a bug where LLDB would crash if 'apropos <anything>' was used after spawning an inferior process 2016-04-20 20:48:05 +00:00
Plugins Expressions can run without a process. 2016-04-21 01:46:11 +00:00
Symbol Fix usage of APInt.getRawData for big-endian systems 2016-04-15 09:55:52 +00:00
Target Corrected wording of REPL not available messaging (contained a repeated word and lacked clarity.) 2016-04-21 00:56:08 +00:00
Utility Work around a linux libc bug causing a crash in TaskPool 2016-04-15 10:49:07 +00:00
CMakeLists.txt Add initial CMake glue for the NetBSD platform 2015-10-24 00:27:04 +00:00
lldb.cpp Add more NetBSD platform glue for lldb 2015-11-07 15:31:54 +00:00