llvm-project/lldb/source/Core
Pavel Labath 3474ebc4c5 Remove the callback-based log channel registration mechanism
All the existing channels have beens switched to the new mechanism and
this code is now unused.

llvm-svn: 296333
2017-02-27 12:21:16 +00:00
..
Address.cpp Don't allow direct access to StreamString's internal buffer. 2016-11-16 21:15:24 +00:00
AddressRange.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
AddressResolver.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
AddressResolverFileLine.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
AddressResolverName.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
ArchSpec.cpp Fix a couple of corner cases in NameMatches 2017-02-20 11:35:33 +00:00
Baton.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
Broadcaster.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
CMakeLists.txt Delete DataBufferMemoryMap. 2017-02-24 18:56:49 +00:00
Communication.cpp Add a format_provider for the Timeout class 2017-02-10 11:49:33 +00:00
Connection.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
DataBufferHeap.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
DataBufferLLVM.cpp Delete DataBufferMemoryMap. 2017-02-24 18:56:49 +00:00
DataEncoder.cpp Remove dependencies from Utility to Core and Target. 2017-02-14 19:06:07 +00:00
DataExtractor.cpp Remove dependencies from Utility to Core and Target. 2017-02-14 19:06:07 +00:00
Debugger.cpp Convert Log class to llvm streams 2017-02-10 11:49:21 +00:00
Disassembler.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
DynamicLoader.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
EmulateInstruction.cpp Remove dependencies from Utility to Core and Target. 2017-02-14 19:06:07 +00:00
Event.cpp Remove dependencies from Utility to Core and Target. 2017-02-14 19:06:07 +00:00
FastDemangle.cpp Expression evaluation for overloaded C functions (redux) 2016-12-19 17:22:44 +00:00
FileLineResolver.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
FileSpecList.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
FormatEntity.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
History.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
IOHandler.cpp Fix the variable view in the "gui" curses mode so that variables whose children change will update correctly. Previously the variable view would update the children once and not change. If you were stepping through code where the dynamic type of a variable would change the value and its children, or a synthetic type (like say for a std::vector<int>), the variable view wouldn't update. Now it caches the children and uses the process stop ID to tell when the children need to be updated. 2016-12-28 21:22:37 +00:00
Listener.cpp Add a format_provider for the Timeout class 2017-02-10 11:49:33 +00:00
Log.cpp Remove the callback-based log channel registration mechanism 2017-02-27 12:21:16 +00:00
Logging.cpp Switch "lldb" log channel to the new registration mechanism 2017-02-22 11:51:12 +00:00
Mangled.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
Module.cpp FindFunctions now works again with mangled names. 2017-02-13 21:34:58 +00:00
ModuleChild.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
ModuleList.cpp Switch std::call_once to llvm::call_once 2017-02-06 17:55:02 +00:00
Opcode.cpp Remove dependencies from Utility to Core and Target. 2017-02-14 19:06:07 +00:00
PluginManager.cpp Reapply "Refactor log channel registration mechanism" 2017-02-17 13:27:42 +00:00
RegisterValue.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
Scalar.cpp Remove dependencies from Utility to Core and Target. 2017-02-14 19:06:07 +00:00
SearchFilter.cpp Remove a couple of Stream flags 2017-01-13 10:41:59 +00:00
Section.cpp Break some dependencies in lldbUtility. 2017-02-01 19:45:14 +00:00
SourceManager.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
State.cpp Add format_provider for lldb::StateType 2017-01-24 11:48:25 +00:00
StreamAsynchronousIO.cpp [lldb] Fix typos in file headers 2016-11-26 05:23:44 +00:00
StreamCallback.cpp Convert Log class to llvm streams 2017-02-10 11:49:21 +00:00
StreamFile.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
StreamGDBRemote.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
StringList.cpp Clean up debug logging 2017-02-13 11:03:17 +00:00
StructuredData.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
Timer.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
UUID.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
UserID.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
UserSettingsController.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
VMRange.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
Value.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
ValueObject.cpp Remove dependencies from Utility to Core and Target. 2017-02-14 19:06:07 +00:00
ValueObjectCast.cpp [lldb] Fix typos in file headers 2016-11-26 05:23:44 +00:00
ValueObjectChild.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
ValueObjectConstResult.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
ValueObjectConstResultCast.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
ValueObjectConstResultChild.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
ValueObjectConstResultImpl.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
ValueObjectDynamicValue.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
ValueObjectList.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
ValueObjectMemory.cpp Make lldb -Werror clean for -Wstring-conversion 2017-01-06 00:38:06 +00:00
ValueObjectRegister.cpp Resubmit "Change RegisterValue getters / setters to use StringRef." 2016-11-17 23:47:31 +00:00
ValueObjectSyntheticFilter.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
ValueObjectVariable.cpp Resubmit "Change RegisterValue getters / setters to use StringRef." 2016-11-17 23:47:31 +00:00