[Lldb-commits] [PATCH] D122991: [lldb][intelpt] Remove `IntelPTInstruction` and move methods to `DecodedThread`
    walter erquinigo via Phabricator via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Tue Apr  5 09:16:19 PDT 2022
    
    
  
wallace requested changes to this revision.
wallace added a comment.
This revision now requires changes to proceed.
just remove a small comment and good to go!
================
Comment at: lldb/source/Plugins/Trace/intel-pt/DecodedThread.h:143-146
+  /// \param[in] next_load_address
+  ///     The address of the next instruction in the trace or \b
+  ///     LLDB_INVALID_ADDRESS if not available.
   ///
----------------
remove this
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D122991/new/
https://reviews.llvm.org/D122991
    
    
More information about the lldb-commits
mailing list