-
Notifications
You must be signed in to change notification settings - Fork 12.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[LLDB][ELF] Address review feedback, add test.
Fixed a couple of nits from review, and fixed up formatting. Also added a test. rdar://124467787
- Loading branch information
Showing
3 changed files
with
49 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Test symbol lookup when we have duplicate section names. | ||
# | ||
# (See https://github.com/llvm/llvm-project/issues/88001) | ||
|
||
# RUN: lldb-test symbols %S/Inputs/two-text-sections.elf | ||
|
||
# CHECK: 0x00000000004000b0 {{.*}} my_function | ||
# CHECK: 0x00000000004000e0 {{.*}} my_other_function |