[Lldb-commits] [PATCH] D47992: [lldb-mi] Correct error processing in exec-next command.

Alexander Polyakov via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sun Jun 10 07:55:56 PDT 2018


apolyakov added a comment.

This patch uses changes from https://reviews.llvm.org/D47991. Is allows to:

  (gdb)
  -file-exec-and-symbols "bash"
  ^done
  (gdb)
  =library-loaded,id="/bin/bash",target-name="/bin/bash",host-name="/bin/bash",symbols-loaded="0",loaded_addr="-",size="0"
  -exec-next
  ^error,msg="this SBThread object is invalid"

instead of simple `^running` message.


https://reviews.llvm.org/D47992





More information about the lldb-commits mailing list