[Lldb-commits] [PATCH] D27459: Straw-man proposal for new logging syntax

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jan 12 05:02:12 PST 2017


labath updated this revision to Diff 84108.
labath added a comment.

- Several people expressed wishes to have this off by default, so I have done that.
- Renamed the log option to --file-function (Note I am deliberately not printing the line numbers -- they tend to change all the time and it's more consistent with what the code is currently doing)
- I am planning to submit the core changes only, the refactors are here just for illustration, and I'll handle them separately.


https://reviews.llvm.org/D27459

Files:
  include/lldb/Core/Log.h
  source/Commands/CommandObjectLog.cpp
  source/Core/Log.cpp
  source/Plugins/ExpressionParser/Clang/IRForTarget.cpp
  source/Plugins/Process/Linux/NativeProcessLinux.cpp
  source/Plugins/Process/Windows/Common/x86/RegisterContextWindows_x86.cpp
  tools/lldb-server/lldb-gdbserver.cpp
  unittests/Core/CMakeLists.txt
  unittests/Core/LogTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27459.84108.patch
Type: text/x-patch
Size: 31694 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170112/88186a4d/attachment-0001.bin>


More information about the lldb-commits mailing list