version 1.7, 2025/04/30 17:19:16
|
version 1.8, 2025/04/30 20:03:09
|
Line 24
|
Line 24
|
* along with FreeM. If not, see <https://www.gnu.org/licenses/>. |
* along with FreeM. If not, see <https://www.gnu.org/licenses/>. |
* |
* |
* $Log$ |
* $Log$ |
|
* Revision 1.8 2025/04/30 20:03:09 snw |
|
* Work on entryref parser |
|
* |
* Revision 1.7 2025/04/30 17:19:16 snw |
* Revision 1.7 2025/04/30 17:19:16 snw |
* Improve backtraces in debugger |
* Improve backtraces in debugger |
* |
* |
Line 234 int debugger (int entry_mode, char *curc
|
Line 237 int debugger (int entry_mode, char *curc
|
printf ("%-10d%s\n", i, &(tmpbuf[3])); |
printf ("%-10d%s\n", i, &(tmpbuf[3])); |
stcpy (lref, &(tmpbuf[3])); |
stcpy (lref, &(tmpbuf[3])); |
stcnv_m2c (lref); |
stcnv_m2c (lref); |
if (m_text (lref, bt_mcode) != NULL) { |
if (routine_get_line (lref, bt_mcode) != NULL) { |
stcnv_m2c (bt_mcode); |
stcnv_m2c (bt_mcode); |
printf ("\t%s\n", bt_mcode); |
printf ("\t%s\n", bt_mcode); |
} |
} |