raiden00pl commented on code in PR #13551:
URL: https://github.com/apache/nuttx/pull/13551#discussion_r1770836694
##########
arch/x86_64/Kconfig:
##########
@@ -49,6 +49,23 @@ config ARCH_CHIP_X86_64_CUSTOM
endchoice
+if SCHED_BACKTRACE
+choice
+ prompt "Choose x86_64 unwinder"
+ default X86_64_UNWINDER_FRAME_POINTER
+ ---help---
+ This determines which method will be used for unwinding nuttx
stack
+ traces for debug.
+config X86_64_UNWINDER_FRAME_POINTER
Review Comment:
```suggestion
traces for debug.
config X86_64_UNWINDER_FRAME_POINTER
```
sorry, I didn't notice this before
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]