Changeset 14 for trunk/src/helpers/debug.c
- Timestamp:
- Dec 9, 2000, 8:19:42 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/debug.c
r13 r14 34 34 * John Currier, 35 35 * Anthony Cruise. 36 * This file is part of the XWorkplacesource package.37 * XWorkplaceis free software; you can redistribute it and/or modify36 * This file is part of the "XWorkplace helpers" source package. 37 * This is free software; you can redistribute it and/or modify 38 38 * it under the terms of the GNU General Public License as published 39 39 * by the Free Software Foundation, in version 2 as it comes in the … … 50 50 // as unsigned char 51 51 52 #define INCL_BASE 52 #define INCL_DOSPROCESS 53 #define INCL_DOSMODULEMGR 54 #define INCL_DOSMISC 55 #define INCL_DOSERRORS 53 56 #include <os2.h> 54 57 … … 88 91 89 92 /* ****************************************************************** 90 * *91 * Global variables *92 * *93 * 94 * Global variables 95 * 93 96 ********************************************************************/ 94 97 … … 353 356 354 357 /* ****************************************************************** 355 * *356 * PART 1: ANALYZE DEBUG CODE *357 * *358 * 359 * PART 1: ANALYZE DEBUG CODE 360 * 358 361 ********************************************************************/ 359 362 … … 1129 1132 1130 1133 /* ****************************************************************** 1131 * *1132 * PART 2: ANALYZE VARIABLES *1133 * *1134 * 1135 * PART 2: ANALYZE VARIABLES 1136 * 1134 1137 ********************************************************************/ 1135 1138 … … 1421 1424 1422 1425 /* ****************************************************************** 1423 * *1424 * PART 3: ANALYZE SYMBOL (.SYM) FILE *1425 * *1426 * 1427 * PART 3: ANALYZE SYMBOL (.SYM) FILE 1428 * 1426 1429 ********************************************************************/ 1427 1430 … … 1566 1569 1567 1570 /* ****************************************************************** 1568 * *1569 * PART 4: dbgPrintStack *1570 * *1571 * 1572 * PART 4: dbgPrintStack 1573 * 1571 1574 ********************************************************************/ 1572 1575
Note:
See TracChangeset
for help on using the changeset viewer.