[Lldb-commits] [PATCH] D62732: [RISCV] Add SystemV ABI
    zhongchengyong via Phabricator via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Mon May 31 05:37:01 PDT 2021
    
    
  
sven added a comment.
@luismarques 
I have tried the patch with llvm12, test case is provide by jade(https://gist.github.com/e2efac2f780ed820277dbaf608805f4e), but it didn't worked for me.
After execute 'gdb-remote 1234', the terminal shows:
  Process 1 stopped
  * Thread #1, stop reason = signal SIGTRAP
         frame #0: 0xffffffffffffffff
  }
It seems that the unwind didn't succeed, can you figure out the problem?
my qemu vesion: 4.2.1
Thanks.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62732/new/
https://reviews.llvm.org/D62732
    
    
More information about the lldb-commits
mailing list