xiaoxiang781216 commented on PR #6129: URL: https://github.com/apache/incubator-nuttx/pull/6129#issuecomment-1106527176
> @xiaoxiang781216 the code should be similar to this: https://github.com/apache/incubator-nuttx/blob/master/tools/esp32/backtrace.gdbscript#L56-L67 minidumpserver.py is a little bit complex: https://github.com/apache/incubator-nuttx/blob/master/tools/minidumpserver.py#L377-L417 because gdb just say it want to read a block memory from [start, start + len), we can't blindly mask the high 2bits here since the memory content mayn't always content the pointer. We need some method to identify whether the content is a pointer or not. -- 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]
