Home
last modified time | relevance | path

Searched refs:debugOn (Results 1 – 25 of 394) sorted by relevance

12345678910>>...16

/dports/emulators/x16-emulator/x16-emulator-r38/
H A Ddisasm.c20 int disasm(uint16_t pc, uint8_t *RAM, char *line, unsigned int max_line, bool debugOn, uint8_t bank… in disasm() argument
21 uint8_t opcode = real_read6502(pc, debugOn, bank); in disasm()
40 …e, max_line, mnemonic, real_read6502(pc + 1, debugOn, bank), pc + 3 + (int8_t)real_read6502(pc + 2… in disasm()
46 snprintf(line, max_line, mnemonic, pc + 2 + (int8_t)real_read6502(pc + 1, debugOn, bank)); in disasm()
48 snprintf(line, max_line, mnemonic, real_read6502(pc + 1, debugOn, bank)); in disasm()
53 …intf(line, max_line, mnemonic, real_read6502(pc + 1, debugOn, bank) | real_read6502(pc + 2, debugO… in disasm()
H A Dmemory.c50 real_read6502(uint16_t address, bool debugOn, uint8_t bank) in real_read6502() argument
59 return video_read(address & 0x1f, debugOn); in real_read6502()
75 return emu_read(address & 0xf, debugOn); in real_read6502()
80 int ramBank = debugOn ? bank % num_ram_banks : effective_ram_bank(); in real_read6502()
85 int romBank = debugOn ? bank % NUM_ROM_BANKS : rom_bank; in real_read6502()
215 emu_read(uint8_t reg, bool debugOn) in emu_read() argument
246 if (!debugOn) printf("WARN: Invalid register %x\n", DEVICE_EMULATOR + reg); in emu_read()
/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/Ylib/
H A Dydebug.c81 BOOL debugOn ; member
90 static ROUTINEPTR make_data_debug( P2(char *string, BOOL debugOn ) ) ;
105 if( data->debugOn ){
154 fprintf( fp, "%s %d\n", data->routine, data->debugOn ) ; in YdebugWrite()
203 static ROUTINEPTR make_data_debug( string, debugOn ) in make_data_debug() argument
205 BOOL debugOn ;
211 data->debugOn = debugOn ;
/dports/devel/sope/SOPE/sope-appserver/WEExtensions/
H A DWEResourceManager.m186 if (debugOn)
193 if (debugOn)
306 if (debugOn) {
381 if (debugOn)
402 if (debugOn)
453 if (debugOn) {
488 if (debugOn) {
512 if (debugOn) {
528 if (debugOn) {
536 if (debugOn)
[all …]
/dports/devel/sope2/SOPE/sope-appserver/WEExtensions/
H A DWEResourceManager.m186 if (debugOn)
193 if (debugOn)
306 if (debugOn) {
381 if (debugOn)
402 if (debugOn)
453 if (debugOn) {
488 if (debugOn) {
511 if (debugOn) {
527 if (debugOn) {
631 if (debugOn) {
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.management/share/classes/com/sun/jmx/remote/security/
H A DFileLoginModule.java248 if (logger.debugOn()) { in login()
263 if (logger.debugOn()) { in login()
285 if (logger.debugOn()) { in login()
301 if (logger.debugOn()) { in login()
311 if (logger.debugOn()) { in login()
358 if (logger.debugOn()) { in commit()
387 if (logger.debugOn()) { in abort()
431 if (logger.debugOn()) { in logout()
453 if (logger.debugOn()) { in attemptAuthentication()
471 if (logger.debugOn()) { in attemptAuthentication()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.management/share/classes/com/sun/jmx/remote/security/
H A DFileLoginModule.java248 if (logger.debugOn()) { in login()
263 if (logger.debugOn()) { in login()
285 if (logger.debugOn()) { in login()
301 if (logger.debugOn()) { in login()
311 if (logger.debugOn()) { in login()
358 if (logger.debugOn()) { in commit()
387 if (logger.debugOn()) { in abort()
431 if (logger.debugOn()) { in logout()
453 if (logger.debugOn()) { in attemptAuthentication()
471 if (logger.debugOn()) { in attemptAuthentication()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.management/share/classes/com/sun/jmx/remote/security/
H A DFileLoginModule.java248 if (logger.debugOn()) { in login()
263 if (logger.debugOn()) { in login()
285 if (logger.debugOn()) { in login()
301 if (logger.debugOn()) { in login()
311 if (logger.debugOn()) { in login()
358 if (logger.debugOn()) { in commit()
387 if (logger.debugOn()) { in abort()
431 if (logger.debugOn()) { in logout()
453 if (logger.debugOn()) { in attemptAuthentication()
471 if (logger.debugOn()) { in attemptAuthentication()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.management/share/classes/com/sun/jmx/remote/security/
H A DFileLoginModule.java248 if (logger.debugOn()) { in login()
263 if (logger.debugOn()) { in login()
285 if (logger.debugOn()) { in login()
301 if (logger.debugOn()) { in login()
311 if (logger.debugOn()) { in login()
358 if (logger.debugOn()) { in commit()
387 if (logger.debugOn()) { in abort()
431 if (logger.debugOn()) { in logout()
453 if (logger.debugOn()) { in attemptAuthentication()
471 if (logger.debugOn()) { in attemptAuthentication()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.management/share/classes/com/sun/jmx/remote/security/
H A DFileLoginModule.java248 if (logger.debugOn()) { in login()
263 if (logger.debugOn()) { in login()
285 if (logger.debugOn()) { in login()
301 if (logger.debugOn()) { in login()
311 if (logger.debugOn()) { in login()
358 if (logger.debugOn()) { in commit()
387 if (logger.debugOn()) { in abort()
431 if (logger.debugOn()) { in logout()
453 if (logger.debugOn()) { in attemptAuthentication()
471 if (logger.debugOn()) { in attemptAuthentication()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.management/share/classes/com/sun/jmx/remote/security/
H A DFileLoginModule.java248 if (logger.debugOn()) { in login()
263 if (logger.debugOn()) { in login()
285 if (logger.debugOn()) { in login()
301 if (logger.debugOn()) { in login()
311 if (logger.debugOn()) { in login()
358 if (logger.debugOn()) { in commit()
387 if (logger.debugOn()) { in abort()
431 if (logger.debugOn()) { in logout()
453 if (logger.debugOn()) { in attemptAuthentication()
471 if (logger.debugOn()) { in attemptAuthentication()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.management/share/classes/com/sun/jmx/remote/security/
H A DFileLoginModule.java248 if (logger.debugOn()) { in login()
263 if (logger.debugOn()) { in login()
285 if (logger.debugOn()) { in login()
301 if (logger.debugOn()) { in login()
311 if (logger.debugOn()) { in login()
358 if (logger.debugOn()) { in commit()
387 if (logger.debugOn()) { in abort()
431 if (logger.debugOn()) { in logout()
453 if (logger.debugOn()) { in attemptAuthentication()
471 if (logger.debugOn()) { in attemptAuthentication()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.management/share/classes/com/sun/jmx/remote/security/
H A DFileLoginModule.java250 if (logger.debugOn()) { in login()
265 if (logger.debugOn()) { in login()
287 if (logger.debugOn()) { in login()
303 if (logger.debugOn()) { in login()
313 if (logger.debugOn()) { in login()
360 if (logger.debugOn()) { in commit()
389 if (logger.debugOn()) { in abort()
433 if (logger.debugOn()) { in logout()
455 if (logger.debugOn()) { in attemptAuthentication()
473 if (logger.debugOn()) { in attemptAuthentication()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/jmx/remote/security/
H A DFileLoginModule.java237 if (logger.debugOn()) { in login()
252 if (logger.debugOn()) { in login()
274 if (logger.debugOn()) { in login()
290 if (logger.debugOn()) { in login()
300 if (logger.debugOn()) { in login()
347 if (logger.debugOn()) { in commit()
376 if (logger.debugOn()) { in abort()
420 if (logger.debugOn()) { in logout()
447 if (logger.debugOn()) { in attemptAuthentication()
465 if (logger.debugOn()) { in attemptAuthentication()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/jmx/remote/security/
H A DFileLoginModule.java237 if (logger.debugOn()) { in login()
252 if (logger.debugOn()) { in login()
274 if (logger.debugOn()) { in login()
290 if (logger.debugOn()) { in login()
300 if (logger.debugOn()) { in login()
347 if (logger.debugOn()) { in commit()
376 if (logger.debugOn()) { in abort()
420 if (logger.debugOn()) { in logout()
447 if (logger.debugOn()) { in attemptAuthentication()
465 if (logger.debugOn()) { in attemptAuthentication()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.management/share/classes/com/sun/jmx/remote/internal/
H A DArrayNotificationBuffer.java324 if (logger.debugOn()) { in fetchNotifications()
347 if (logger.debugOn()) in fetchNotifications()
480 if (logger.debugOn()) in fetchNotifications()
496 if (logger.debugOn()) in fetchNotifications()
517 if (logger.debugOn()) { in addNotification()
525 if (logger.debugOn()) in addNotification()
637 if (logger.debugOn()) in addBufferListener()
651 if (logger.debugOn()) in removeBufferListener()
747 if (logger.debugOn()) in createdNotification()
766 if (logger.debugOn()) { in handleNotification()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.management/share/classes/com/sun/jmx/remote/internal/
H A DArrayNotificationBuffer.java324 if (logger.debugOn()) { in fetchNotifications()
347 if (logger.debugOn()) in fetchNotifications()
480 if (logger.debugOn()) in fetchNotifications()
496 if (logger.debugOn()) in fetchNotifications()
517 if (logger.debugOn()) { in addNotification()
525 if (logger.debugOn()) in addNotification()
637 if (logger.debugOn()) in addBufferListener()
651 if (logger.debugOn()) in removeBufferListener()
747 if (logger.debugOn()) in createdNotification()
766 if (logger.debugOn()) { in handleNotification()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.management/share/classes/com/sun/jmx/remote/internal/
H A DArrayNotificationBuffer.java324 if (logger.debugOn()) { in fetchNotifications()
347 if (logger.debugOn()) in fetchNotifications()
480 if (logger.debugOn()) in fetchNotifications()
496 if (logger.debugOn()) in fetchNotifications()
517 if (logger.debugOn()) { in addNotification()
525 if (logger.debugOn()) in addNotification()
637 if (logger.debugOn()) in addBufferListener()
651 if (logger.debugOn()) in removeBufferListener()
747 if (logger.debugOn()) in createdNotification()
766 if (logger.debugOn()) { in handleNotification()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/jmx/remote/internal/
H A DArrayNotificationBuffer.java324 if (logger.debugOn()) { in fetchNotifications()
347 if (logger.debugOn()) in fetchNotifications()
480 if (logger.debugOn()) in fetchNotifications()
496 if (logger.debugOn()) in fetchNotifications()
517 if (logger.debugOn()) { in addNotification()
525 if (logger.debugOn()) in addNotification()
637 if (logger.debugOn()) in addBufferListener()
651 if (logger.debugOn()) in removeBufferListener()
747 if (logger.debugOn()) in createdNotification()
766 if (logger.debugOn()) { in handleNotification()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.management/share/classes/com/sun/jmx/remote/internal/
H A DArrayNotificationBuffer.java324 if (logger.debugOn()) { in fetchNotifications()
347 if (logger.debugOn()) in fetchNotifications()
480 if (logger.debugOn()) in fetchNotifications()
496 if (logger.debugOn()) in fetchNotifications()
517 if (logger.debugOn()) { in addNotification()
525 if (logger.debugOn()) in addNotification()
637 if (logger.debugOn()) in addBufferListener()
651 if (logger.debugOn()) in removeBufferListener()
747 if (logger.debugOn()) in createdNotification()
766 if (logger.debugOn()) { in handleNotification()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.management/share/classes/com/sun/jmx/remote/internal/
H A DArrayNotificationBuffer.java324 if (logger.debugOn()) { in fetchNotifications()
347 if (logger.debugOn()) in fetchNotifications()
480 if (logger.debugOn()) in fetchNotifications()
496 if (logger.debugOn()) in fetchNotifications()
517 if (logger.debugOn()) { in addNotification()
525 if (logger.debugOn()) in addNotification()
637 if (logger.debugOn()) in addBufferListener()
651 if (logger.debugOn()) in removeBufferListener()
747 if (logger.debugOn()) in createdNotification()
766 if (logger.debugOn()) { in handleNotification()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.management/share/classes/com/sun/jmx/remote/internal/
H A DArrayNotificationBuffer.java324 if (logger.debugOn()) { in fetchNotifications()
347 if (logger.debugOn()) in fetchNotifications()
480 if (logger.debugOn()) in fetchNotifications()
496 if (logger.debugOn()) in fetchNotifications()
517 if (logger.debugOn()) { in addNotification()
525 if (logger.debugOn()) in addNotification()
637 if (logger.debugOn()) in addBufferListener()
651 if (logger.debugOn()) in removeBufferListener()
747 if (logger.debugOn()) in createdNotification()
766 if (logger.debugOn()) { in handleNotification()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.management/share/classes/com/sun/jmx/remote/internal/
H A DArrayNotificationBuffer.java324 if (logger.debugOn()) { in fetchNotifications()
347 if (logger.debugOn()) in fetchNotifications()
480 if (logger.debugOn()) in fetchNotifications()
496 if (logger.debugOn()) in fetchNotifications()
517 if (logger.debugOn()) { in addNotification()
525 if (logger.debugOn()) in addNotification()
637 if (logger.debugOn()) in addBufferListener()
651 if (logger.debugOn()) in removeBufferListener()
747 if (logger.debugOn()) in createdNotification()
766 if (logger.debugOn()) { in handleNotification()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.management/share/classes/com/sun/jmx/remote/internal/
H A DArrayNotificationBuffer.java324 if (logger.debugOn()) { in fetchNotifications()
347 if (logger.debugOn()) in fetchNotifications()
480 if (logger.debugOn()) in fetchNotifications()
496 if (logger.debugOn()) in fetchNotifications()
517 if (logger.debugOn()) { in addNotification()
525 if (logger.debugOn()) in addNotification()
637 if (logger.debugOn()) in addBufferListener()
651 if (logger.debugOn()) in removeBufferListener()
751 if (logger.debugOn()) in createdNotification()
770 if (logger.debugOn()) { in handleNotification()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/jmx/remote/internal/
H A DArrayNotificationBuffer.java324 if (logger.debugOn()) { in fetchNotifications()
347 if (logger.debugOn()) in fetchNotifications()
480 if (logger.debugOn()) in fetchNotifications()
496 if (logger.debugOn()) in fetchNotifications()
517 if (logger.debugOn()) { in addNotification()
525 if (logger.debugOn()) in addNotification()
637 if (logger.debugOn()) in addBufferListener()
651 if (logger.debugOn()) in removeBufferListener()
747 if (logger.debugOn()) in createdNotification()
766 if (logger.debugOn()) { in handleNotification()
[all …]

12345678910>>...16