hanchenye-llvm-project/lldb/source
Jonas Devlieghere 7bc8356435 [Reproducers] Implement log_append for function pointers.
Changing the type in the DUMMY macro to void* doesn't actually fix the
build error, because the argument type is deducted from the template (as
opposed to when serializing through the instrumentation framework, where
this would matter). Instead I've added a proper instance of log_append
that takes function pointers and logs their address.

llvm-svn: 355863
2019-03-11 20:31:21 +00:00
..
API [Reproducers] Implement log_append for function pointers. 2019-03-11 20:31:21 +00:00
Breakpoint Pass ConstString by value (NFC) 2019-03-06 21:22:25 +00:00
Commands Quiet command regex instructions during batch execution 2019-03-10 23:15:48 +00:00
Core Quiet command regex instructions during batch execution 2019-03-10 23:15:48 +00:00
DataFormatters Pass ConstString by value (NFC) 2019-03-06 21:22:25 +00:00
Expression Bring Doxygen comment syntax in sync with LLVM coding style. 2019-03-11 17:09:29 +00:00
Host Fix invalid use of StringRef::data in Socket::DecodeHostAndPort 2019-03-11 10:34:57 +00:00
Initialization [Reproducers] Initialize reproducers before initializing the debugger. 2019-02-21 22:26:16 +00:00
Interpreter Pass ConstString by value (NFC) 2019-03-06 21:22:25 +00:00
Plugins Bring Doxygen comment syntax in sync with LLVM coding style. 2019-03-11 17:09:29 +00:00
Symbol Add an LLVM-style dump method to CompilerType for extra convenience during debugging 2019-03-07 20:20:02 +00:00
Target Fix a crasher in StackFrame::GetValueForVariableExpressionPath() 2019-03-11 18:16:20 +00:00
Utility Bring Doxygen comment syntax in sync with LLVM coding style. 2019-03-11 17:09:29 +00:00
CMakeLists.txt [CMake] Unify scripts for generating VCS headers 2019-02-06 03:51:00 +00:00
lldb.cpp [CMake] Unify scripts for generating VCS headers 2019-02-06 03:51:00 +00:00