llvm-project/lldb/tools
Pavel Labath c34698a811 [lldb] Rename Logging.h to LLDBLog.h and clean up includes
Most of our code was including Log.h even though that is not where the
"lldb" log channel is defined (Log.h defines the generic logging
infrastructure). This worked because Log.h included Logging.h, even
though it should.

After the recent refactor, it became impossible the two files include
each other in this direction (the opposite inclusion is needed), so this
patch removes the workaround that was put in place and cleans up all
files to include the right thing. It also renames the file to LLDBLog to
better reflect its purpose.
2022-02-03 14:47:01 +01:00
..
argdumper
compact-unwind
darwin-debug
darwin-threads
debugserver [cmake] Make include(GNUInstallDirs) always below project(..) 2022-01-20 18:59:17 +00:00
driver [lldb] Remove the requirement for windows clients to specify -DIMPORT_LIBLLDB 2022-01-19 12:49:47 +01:00
intel-features
lldb-instr [lldb] Revive lldb-instr 2022-01-20 18:06:14 -08:00
lldb-server [lldb] Rename Logging.h to LLDBLog.h and clean up includes 2022-02-03 14:47:01 +01:00
lldb-test
lldb-vscode Remove dependency from raw_ostream on <chrono> 2022-01-21 15:17:39 +01:00
CMakeLists.txt [lldb] Revive lldb-instr 2022-01-20 18:06:14 -08:00