~pali/llvm/lldb-trunk

  • Committer: jingham
  • Date: 2019-02-23 00:13:25 UTC
  • Revision ID: svn-v4:91177308-0d34-0410-b5e6-96231b3b80d8:lldb/trunk:354706
Make sure that stop-hooks run asynchronously.

They aren't designed to nest recursively, so this will prevent that.
Also add a --auto-continue flag, putting "continue" in the stop hook makes
the stop hooks fight one another in multi-threaded programs.
Also allow more than one -o options so you can make more complex stop hooks w/o
having to go into the editor.

<rdar://problem/48115661>

Differential Revision: https://reviews.llvm.org/D58394
Filename Latest Rev Last Changed Committer Comment Size
..
Breakpoint 16985 6 years ago labath Add "lldb-test breakpoint" command and convert the Diff
BuildScript 18272 5 years ago zturner [build.py] A few general improvements. This makes Diff
Commands 18665 5 years ago davide [testsuite] Convert a pexpect test to lit. Summar Diff
Driver 18232 5 years ago jdevlieghere [Driver] Use libOption with tablegen. This patch Diff
ExecControl 18198 5 years ago friss Rewrite stop-hook tests as a couple of FileCheck t Diff
Expr 15091 7 years ago cbieneman [LIT] First pass of LLDB LIT support Summary: Thi Diff
Heap 18353 5 years ago davide Fix lldb's macosx/heap.py cstr command. <rdar://p Diff
helper 18208 5 years ago zturner Fix some issues with LLDB's lit configuration file Diff
Minidump 18362 5 years ago gclayton Add "dump" command as a custom "process plugin" su Diff
Modules 16753 6 years ago labath ObjectFileELF: Add support for compressed sections Diff
Python 18351 5 years ago adrian Make crashlog.py work or binaries with spaces in t Diff
Quit 17577 5 years ago teemperor Allow specifying an exit code for the 'quit' comma Diff
Reproducer 18262 5 years ago jdevlieghere [Reproducers] Change how reproducers are initializ Diff
Settings 17774 5 years ago teemperor Disable use-color if the output stream is not a te Diff
Suite 17189 6 years ago jdevlieghere [LIT] Have lit run the lldb test suite This is th Diff
SymbolFile 16821 6 years ago asmith [lldb] Add support to cache a PDB's global scope a Diff
tools 17323 6 years ago adrian [lldb-mi] Add possibility to set breakpoints witho Diff
Unit 10769 9 years ago zturner Create a check-lldb-unit target to run unit tests. Diff
CMakeLists.txt 18600 5 years ago stefan.graenitz [CMake] Quick-Fix targets don't exist when buildin 2 KB Diff Download File
lit-lldb-init 17941 5 years ago stefan.graenitz Add EchoCommentCommands to CommandInterpreterRunOp 139 bytes Diff Download File
lit.cfg.py 18212 5 years ago rnk Fix clang test suite on Windows by reverting part 2.3 KB Diff Download File
lit.site.cfg.py.in 18695 5 years ago mgorny [lldb] [test] Skip lldb-mi test if LLDB_DISABLE_PY 1.6 KB Diff Download File