llvm-project/lldb/source
Saleem Abdulrasool c98d969e9f Commands: silence dumb -Wextra warning from GCC
This is a rather unhelpful warning indicating that the ternary operator return
types are mismatched, returning an integer and an enumeral type.  Since the
integeral type is shorter to type, cast the enumeral type to `int`.  Silences
the -Wextra warning from GCC.

llvm-svn: 258548
2016-01-22 20:26:34 +00:00
..
API Fix -Wformat-pedantic warning 2016-01-13 22:40:26 +00:00
Breakpoint Make the Language print the description of the Exception Breakpoint resolver. Also 2015-12-18 02:14:04 +00:00
Commands Commands: silence dumb -Wextra warning from GCC 2016-01-22 20:26:34 +00:00
Core Remove duplicate header added in r256927 2016-01-07 14:34:52 +00:00
DataFormatters Fix some compiler warnings with MSVC 2015. 2016-01-13 21:22:00 +00:00
Expression Silence -Wreturn-type warnings 2016-01-22 20:26:30 +00:00
Host Fix a problem where we were not calling fcntl() with the correct arguments for F_DUPFD 2016-01-20 23:20:10 +00:00
Initialization Plug-in PlatformNetBSD initializer and terminator 2015-12-05 21:46:37 +00:00
Interpreter Fix a glitch in the Driver's batch mode when used with "attach". 2016-01-08 00:20:47 +00:00
Plugins Always try to read DW_TAG_typedef types from DWO files first if we can. 2016-01-21 22:26:13 +00:00
Symbol Unconditionally accept symbol sizes from elf 2016-01-19 10:24:51 +00:00
Target Target: fix -Wcast-qual warning 2016-01-22 20:26:32 +00:00
Utility Read macro info from .debug_macro section and use it for expression evaluation. 2015-12-16 00:22:08 +00:00
CMakeLists.txt Add initial CMake glue for the NetBSD platform 2015-10-24 00:27:04 +00:00
Makefile [Makefiles] Align library names with CMake build 2015-07-14 20:25:19 +00:00
lldb.cpp Add more NetBSD platform glue for lldb 2015-11-07 15:31:54 +00:00