Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Refresh disassembly in Disassembly view
Refresh disassembly in Disassembly view [message #1781706] Mon, 12 February 2018 12:43
Anders Conradi is currently offline Anders ConradiFriend
Messages: 1
Registered: February 2018
Junior Member
Hi,

I want to refresh the disassembly in the Disassembly view, and I can't figure out how to do this. The reason I want to do this is that I have code interleaved with data on x86 and the disassembler does not understand what is code and what is data so the disassembly gets out of alignment with what the processor's instruction pointer points to. I would like to trigger a refresh of the view.

I'd also like my disassembler to be able to trigger this automatically whenever things that would affect disassembly changes. Is there an API to tell the disassembly view that it should invalidate any disassembly it has and ask the backend for new disassembly?

I have a custom debugger backend based on TCF. I was told on the TCF mailing list that this belongs to CDT, so I'm asking here.

Thanks,
Anders
Previous Topic:Eclipse Debugger Issue
Next Topic:How can Eclipse set the Environment variable "LD_LIBRARY_PATH" on Mac OS
Goto Forum:
  


Current Time: Fri Apr 26 23:24:52 GMT 2024

Powered by FUDForum. Page generated in 0.02860 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top