Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Breakpoints in assembly

> 
> > 
> > 
> > Does anyone know the status of breakpoint support for assembly?
> > 

Heads up, the framework to do __disassembly__ breakpoint is in the head branch,
not in the cdt_1_0_1.  Still some more things to iron out but it should
work now, thanks to Mikhailk.

Note:
1- CDT/Debugger will not automatically switch to disassembly mode
   if you try to step into a function say, printf(),
   go to:

   Window -> Prefereces -> C/C++ --> Debug --> disassembly options

   This is disable by default since gdb/mi sometimes get confuse
   and start to misbehaved.

2- You can switch the Editor from the C source code to a disassembly code
   by clicking the button on the toolbar or the context menu.
   In theory, the breakpoints in the C source code should be reflected also
   in the disassembly view 8-).


Still more work to do, but if you want this feature, get the head.




Back to the top