[Lldb-commits] [PATCH] D71498: Fix ARM32 inferior calls

Jan Kratochvil via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Dec 16 04:19:40 PST 2019


jankratochvil added a comment.

Could you check symtabs what symbols are located at:

  th1/fr0 with pc value of 0x102f0, symbol name is '_start'

vs.

  th1/fr0 with pc value of 0xfe52, no symbol/function name is known.

? Or maybe just attached the main executable as `_start=0x102f0` is there I hope.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71498





More information about the lldb-commits mailing list