[Lldb-commits] [PATCH] D47838: [lldb-mi] Re-implement MI -exec-step command.

Alexander Polyakov via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Jun 6 11:34:09 PDT 2018


polyakov.alex added a comment.

I'm a little bit confused about situation with thread id before my changes. For example:

  (gdb)
  thread list
  ~"Process 31642 stopped\n* thread #1: tid = 31642, 0x000000000041eed0 bash`main, name = 'bash', stop reason = breakpoint 1.1\n"
  ^done

What we should use as a thread ID? Thread number or tid? The main problem that before my changes exec-like commands used thread number, but SBThread uses tid, as I know.


https://reviews.llvm.org/D47838





More information about the lldb-commits mailing list