Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-debug-dev] Conditional and Address BreakPoints


           Hi all!

 Today I began to investigate situation with BreakPoints in CDT and I found out that  Debugger can support Address and Conditional breakpoints because I found class  
org.eclipse.cdt.debug.internal.core.breakpoints.CAddressBreakPoint  and in CDebugModel class in function CreateLineBreakPoint I saw variable "condition".
Also I saw that value of this parameter are displayed in BreakPoints view like "if <value_of_variable_condition>" and gdb/mi command uses option "-c".

That's all great !!! But I want to ask what is the way to use Address BreakPoint? I didn't see any way how to set Address BreakPoint...
And how can I specify condition for a breakpoint?


  Igor S. Zamyatin
  Interstron Ltd.
----------------------------------------
email:  isz@xxxxxxxxxxxxx
tel:    +7 (095) 284-2764
cell:   +7 (902) 659-5838
www:    http://www.interstron.ru


Back to the top