mirror of
https://git.rtems.org/rtems-tools/
synced 2025-07-26 21:48:21 +08:00
parent
274981f77d
commit
14f0957b00
@ -323,7 +323,8 @@ LTTNGClient::AddressToLineMap::iterator LTTNGClient::ResolveAddress(
|
|||||||
const ClientItem& item) {
|
const ClientItem& item) {
|
||||||
#ifdef HAVE_LLVM_DEBUGINFO_SYMBOLIZE_SYMBOLIZE_H
|
#ifdef HAVE_LLVM_DEBUGINFO_SYMBOLIZE_SYMBOLIZE_H
|
||||||
if (resolve_address_) {
|
if (resolve_address_) {
|
||||||
auto res_or_err = symbolizer_.symbolizeCode(elf_file_,
|
auto res_or_err = symbolizer_.symbolizeCode(
|
||||||
|
elf_file_,
|
||||||
#if LLVM_VERSION_MAJOR >= 9
|
#if LLVM_VERSION_MAJOR >= 9
|
||||||
{item.data, llvm::object::SectionedAddress::UndefSection});
|
{item.data, llvm::object::SectionedAddress::UndefSection});
|
||||||
#else
|
#else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user