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

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Jan 11 06:08:22 PST 2017


labath updated this revision to Diff 83967.
labath added a comment.
Herald added a subscriber: mgorny.

- Replace the hacky proof-of-concept implementation with something more production-ready
- Add a option to control adding of source information (defaulting to on)
- Add some unit tests
- Add an example of how would ProcessWindowsLog look like with this syntax


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.83967.patch
Type: text/x-patch
Size: 31878 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170111/6062a60b/attachment-0001.bin>


More information about the lldb-commits mailing list