[EXT_EP-11506] LLDB SM: Need support for clang compiled executables that use overlays Created: 01/Nov/23 Updated: 04/Jul/24 |
|
Status: | New |
Project: | Embedded Software & Tools |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Enhancement | Priority: | Medium |
Reporter: | TI User | Assignee: | TI User |
Resolution: | Unresolved | Votes: | 0 |
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Product: | Code Composer Studio Debugger |
Internal ID: | CCBT-3349 |
Forum URL: | https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1283306/mcu-plus-sdk-am243x-debugging-firmware-with-different-load--and-run-addresses |
Affected Platform/Device: | Generic |
Description |
For applications that use overlays, it was possible to debug them with CCS by leveraging GEL/DSS APIs to show and hide symbols for the appropriate sections so that the debugger would pull up the right source (and other related debug information) when debugging the overlay code. This is still applicable for non-clang compiler output that uses OFS. However this functionality is not supported with the LLDB symbol manager, making it difficult to debug overlays. |