HomeSort by: relevance | last modified time | path
    Searched defs:linespec (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
linespec.c 1 /* Parser for linespec for the GNU debugger, GDB.
33 #include "linespec.h"
51 complete for a linespec location. */
74 /* A linespec keyword ("if"/"thread"/"task"/"-force-condition").
89 /* A linespec. Elements of this structure are filled in by a parser
93 struct linespec struct
120 /* A canonical linespec represented as a symtab-related string.
122 Each entry represents the "SYMTAB:SUFFIX" linespec string.
128 /* Remaining text part of the linespec string. */
131 /* If NULL then SUFFIX is the whole linespec string. *
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
linespec.c 1 /* Parser for linespec for the GNU debugger, GDB.
33 #include "linespec.h"
51 complete for a linespec location. */
74 /* A linespec keyword ("if"/"thread"/"task"/"-force-condition").
79 /* A linespec. Elements of this structure are filled in by a parser
83 struct linespec struct
110 /* A canonical linespec represented as a symtab-related string.
112 Each entry represents the "SYMTAB:SUFFIX" linespec string.
118 /* Remaining text part of the linespec string. */
121 /* If NULL then SUFFIX is the whole linespec string. *
    [all...]

Completed in 14 milliseconds