Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] CDT Debugging


I will leave #1 to someone else,  but for #2 you can turn on disassembly mode from the view that contains the threads and call stacks of the threads.   Select either a thread or an item on the call stack, the context menu has a "disassembly mode" that you can select.

        - Dave


Phillip Shoemaker <pshoemaker@xxxxxxx>
Sent by: cdt-dev-admin@xxxxxxxxxxx

02/26/2004 12:01 AM

Please respond to
cdt-dev

To
cdt-dev@xxxxxxxxxxx
cc
Subject
[cdt-dev] CDT Debugging





We're implementing an MI implementation of our own debugger, in order
to more easily integrate within the CDT. However, we started running
into issues with two pieces of functionality:
1. Suspending the running application
2. Displaying a disassembly view

1. When we run our app (in our debugger), the suspend icon never
becomes enabled. When we started to research this, we found that the
GDB MI plug-in doesn't ever enable the suspend icon either. What am I
missing? How can I make this icon become enabled?

2. I know that this is more of a user-related question (I should hit
the newsgroups), but is there a way to turn on a disassembly view? I'd
love to be able to use standard functionality for our own debugger
there.

Thanks.

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top