Searched refs:BREAKPOINT (Results 1 – 6 of 6) sorted by relevance
241 #define BREAKPOINT 0x0020 macro
31 # define BREAKPOINT() asm(" int $3"); macro33 # define BREAKPOINT() { } macro2813 BREAKPOINT(); in synclink_cs_init()
30 # define BREAKPOINT() asm(" int $3"); macro32 # define BREAKPOINT() { } macro3943 BREAKPOINT(); in synclinkmp_init()
54 # define BREAKPOINT() asm(" int $3"); macro56 # define BREAKPOINT() { } macro4279 BREAKPOINT(); in synclink_init()
3697 BREAKPOINT-NUMBER.LOCATION-NUMBER.3710 passing BREAKPOINT-NUMBER.LOCATION-NUMBER as argument to the 'enable'3712 range of LOCATION-NUMBER locations using a BREAKPOINT-NUMBER and two3714 'BREAKPOINT-NUMBER.LOCATION-NUMBER1-LOCATION-NUMBER2', in which case GDB31230 Add BREAKPOINT, a '<gdb:breakpoint>' object, to GDB's list of31238 Remove BREAKPOINT from GDB's list of breakpoints. This also31239 invalidates the Guile BREAKPOINT object. Any further attempt to31242 If BREAKPOINT was created from Guile with 'make-breakpoint' it may31255 Return '#t' if BREAKPOINT is valid, '#f' otherwise. Breakpoints31290 Set the enabled state of BREAKPOINT to FLAG. If flag is '#f' it is[all …]