mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 18:26:01 +02:00
Fixed typo in comment
This commit is contained in:
parent
afc2af0e0e
commit
7fcf6cde33
1 changed files with 153 additions and 153 deletions
|
@ -61,7 +61,7 @@ public interface IBreakpointAttributeTranslator2 {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Resolve the breakpoint in given context. A platform BP may be mapped to
|
* Resolve the breakpoint in given context. A platform BP may be mapped to
|
||||||
* ont or more target BPs, e.g. a breakpoint in an in-line function may be
|
* one or more target BPs, e.g. a breakpoint in an in-line function may be
|
||||||
* mapped to several target BPs, or a thread-specific BP may be mapped to
|
* mapped to several target BPs, or a thread-specific BP may be mapped to
|
||||||
* several target BPs each of which is for one thread. This method will get
|
* several target BPs each of which is for one thread. This method will get
|
||||||
* the list of attribute maps each of which corresponds to one target BP.
|
* the list of attribute maps each of which corresponds to one target BP.
|
||||||
|
@ -69,16 +69,16 @@ public interface IBreakpointAttributeTranslator2 {
|
||||||
* This method is and must be called in DSF execution thread.
|
* This method is and must be called in DSF execution thread.
|
||||||
*
|
*
|
||||||
* @param context
|
* @param context
|
||||||
* - a IBreakpointsTargetDMContext object (which could be a
|
* a IBreakpointsTargetDMContext object (which could be a
|
||||||
* process or a loaded module) in which we locate target BPs for
|
* process or a loaded module) in which we locate target BPs for
|
||||||
* the platform BP. Cannot be null.
|
* the platform BP. Cannot be null.
|
||||||
* @param breakpoint
|
* @param breakpoint
|
||||||
* - platform breakpoint.
|
* platform breakpoint.
|
||||||
* @param bpAttributes
|
* @param bpAttributes
|
||||||
* - all attributes of the breakpoint, usually output from
|
* all attributes of the breakpoint, usually output from
|
||||||
* {@link #getAllBreakpointAttributes(IBreakpoint, boolean)}.
|
* {@link #getAllBreakpointAttributes(IBreakpoint, boolean)}.
|
||||||
* @param drm
|
* @param drm
|
||||||
* - on completion of the request, the DataRequestMonitor
|
* on completion of the request, the DataRequestMonitor
|
||||||
* contains one or more attribute maps each of which
|
* contains one or more attribute maps each of which
|
||||||
* corresponding to one target breakpoint.
|
* corresponding to one target breakpoint.
|
||||||
* @throws CoreException
|
* @throws CoreException
|
||||||
|
|
Loading…
Add table
Reference in a new issue