aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectCommands.cpp
diff options
context:
space:
mode:
authorJason Molenda <jason@molenda.com>2022-02-14 11:09:34 -0800
committerJason Molenda <jason@molenda.com>2022-02-14 11:12:58 -0800
commit4a394367c124172dff26ef5042ecd6fa666a6e07 (patch)
treec53c0203297d33090ccdcec7a5587ff780fcca6d /lldb/source/Commands/CommandObjectCommands.cpp
parentb85cfe208f1d2768274375eb807b4d9362db77af (diff)
downloadllvm-4a394367c124172dff26ef5042ecd6fa666a6e07.zip
llvm-4a394367c124172dff26ef5042ecd6fa666a6e07.tar.gz
llvm-4a394367c124172dff26ef5042ecd6fa666a6e07.tar.bz2
Alt mechanism to find the first loadable seg in a Mach-O binary
ObjectFileMachO, for a couple of special binaries at the initial launch, needs to find segment load addresses before the Target's SectionLoadList has been initialized. The calculation to find the first segment, which is at the same address as the mach header, was not correct if the binary was in the Darwin shared cache. Update the logic to handle that case. Differential Revision: https://reviews.llvm.org/D119602 rdar://88802629
Diffstat (limited to 'lldb/source/Commands/CommandObjectCommands.cpp')
0 files changed, 0 insertions, 0 deletions