llvm-project/lldb/test/API/tools/lldb-vscode/breakpoint
Jeffrey Tan 6c8995649a Add formatting support for VSCode logpoints message
https://reviews.llvm.org/D127702 adds the initial logpoints support in
lldb-vscode. This patch further improves it by:
1. Adding a newline at the end of each log message
2. Support most of the format specifiers like \t, \n, \x etc..

The implementation is borrowed from FormatEntity::ParseInternal(). Future
patch should merge these two implementations.

Differential Revision: https://reviews.llvm.org/D136697
2022-11-01 08:43:30 -07:00
..
Makefile
TestVSCode_logpoints.py Add formatting support for VSCode logpoints message 2022-11-01 08:43:30 -07:00
TestVSCode_setBreakpoints.py [lldb] Remove unused "import unittest2" statements 2022-08-11 19:11:01 -07:00
TestVSCode_setExceptionBreakpoints.py [lldb] Remove unused "import unittest2" statements 2022-08-11 19:11:01 -07:00
TestVSCode_setFunctionBreakpoints.py [lldb] Remove unused "import unittest2" statements 2022-08-11 19:11:01 -07:00
main.cpp Support logpoints in lldb-vscode 2022-06-20 16:22:12 -07:00
other.c