llvm-project/lldb/source
David Majnemer 12bb77ddd1 SBCommunication: Fix a pointer-to-function to void-pointer cast
reinterpret_cast may not convert a pointer-to-function to a
void-pointer.  Take a detour through intptr_t and *then* convert to a
pointer-to-function.

This fixes a diagnostic emitted by GCC.

llvm-svn: 213696
2014-07-22 22:12:58 +00:00
..
API SBCommunication: Fix a pointer-to-function to void-pointer cast 2014-07-22 22:12:58 +00:00
Breakpoint Fix typos. 2014-07-01 21:22:11 +00:00
Commands Fix some warnings in the Windows build. 2014-07-16 20:28:24 +00:00
Core PluginManager: Don't cast from void-pointer to pointer-to-function 2014-07-22 21:59:22 +00:00
DataFormatters TypeSynthetic: Fix a pointer-to-function to void-pointer cast 2014-07-22 20:40:01 +00:00
Expression Add the ability to suppress the creation of a persistent 2014-07-19 01:09:16 +00:00
Host Host: Fix a pointer-to-function to void-pointer cast 2014-07-22 22:00:42 +00:00
Interpreter ScriptInterpreterPython: %p should be used with void-pointer 2014-07-22 22:02:48 +00:00
Plugins Fix an issue where an entry point of 0x00 would cause LLDB to think that the ELF is not executable without checking for ET_EXEC 2014-07-22 12:01:43 +00:00
Symbol LLDB now correctly handles virtual inheritance. 2014-07-19 00:12:57 +00:00
Target ABI for the Hexagon DSP 2014-07-21 17:21:01 +00:00
Utility Fix typos. 2014-07-01 21:22:11 +00:00
CMakeLists.txt build: silence GCC warning on Linux 2014-07-21 18:18:52 +00:00
Makefile Make lldb build with Makefiles on OS X. 2014-01-18 08:05:32 +00:00
lldb-log.cpp Fix typos. 2014-07-01 21:22:11 +00:00
lldb.cpp Add kalimba as a platform. 2014-07-16 15:03:10 +00:00