[Lldb-commits] [PATCH] D122293: [intelpt] Refactoring instruction decoding for flexibility

Alisamar Husain via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Mar 25 22:12:48 PDT 2022


zrthxn marked 13 inline comments as done.
zrthxn added inline comments.


================
Comment at: lldb/source/Plugins/Trace/intel-pt/DecodedThread.cpp:25
 IntelPTError::IntelPTError(int libipt_error_code, lldb::addr_t address)
     : m_libipt_error_code(libipt_error_code), m_address(address) {
   assert(libipt_error_code < 0);
----------------
wallace wrote:
> 
This is needed at DecodedThread.h:66, not here


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D122293/new/

https://reviews.llvm.org/D122293



More information about the lldb-commits mailing list