llvm-project/lldb/source
Pavel Labath 92f6677159 Switch TaskMapOverInt to llvm::function_ref
The function does not persist the callback, so using a lighter-weight
asbtraction seems appropriate.

Also tweak the signatures of the lambdas to match what the TaskMap
interface expects.

llvm-svn: 304924
2017-06-07 16:28:08 +00:00
..
API Added new API to SBStructuredData class 2017-05-29 08:25:46 +00:00
Breakpoint Fix error string set in AddName to take a StringRef. 2017-05-17 17:48:55 +00:00
Commands replace uses of strerror with llvm::sys::StrError 2017-06-06 14:06:17 +00:00
Core Move Object format code to lib/BinaryFormat. 2017-06-07 03:48:56 +00:00
DataFormatters Use exact equality for category language matching, for all languages, except those specifically mentioned. 2017-06-06 20:40:24 +00:00
Expression Rename Error -> Status. 2017-05-12 04:51:55 +00:00
Host replace uses of strerror with llvm::sys::StrError 2017-06-06 14:06:17 +00:00
Initialization Remove an expensive lock from Timer 2017-05-15 13:02:37 +00:00
Interpreter Remove an expensive lock from Timer 2017-05-15 13:02:37 +00:00
Plugins Switch TaskMapOverInt to llvm::function_ref 2017-06-07 16:28:08 +00:00
Symbol [TypeSystem] Handle Clang AttributedTypes 2017-06-02 01:24:18 +00:00
Target Added new API to SBStructuredData class 2017-05-29 08:25:46 +00:00
Utility Switch TaskMapOverInt to llvm::function_ref 2017-06-07 16:28:08 +00:00
CMakeLists.txt Remove Plugins/Process/POSIX from include_directories 2017-04-11 12:26:25 +00:00
lldb.cpp One more cleanup to lldb version printing 2016-11-14 22:43:08 +00:00