[lldb][trace] Fix some minor bugs in the call tree
authorWalter Erquinigo <wallace@fb.com>
Wed, 19 Oct 2022 07:18:01 +0000 (00:18 -0700)
committerWalter Erquinigo <wallace@fb.com>
Wed, 19 Oct 2022 07:44:48 +0000 (00:44 -0700)
commit1e58e3e1e96096f2d8db759555cf5132c5860519
tree5f25c1277741175b9ac0b6bbb7db10de3897e6d4
parent6e85b8807fd473f58ac6a9a58a400a50c5c3c76e
[lldb][trace] Fix some minor bugs in the call tree

- We weren't truncating the output files
- We weren't considering the case in which we couldn't disassembly an
instruction.
lldb/source/Commands/CommandObjectThread.cpp
lldb/source/Target/TraceDumper.cpp