--- hatari/src/debug/breakcond.h 2019/04/09 08:48:37 1.1 +++ hatari/src/debug/breakcond.h 2019/04/09 08:53:06 1.1.1.3 @@ -1,8 +1,8 @@ /* Hatari - breakcond.h - This file is distributed under the GNU Public License, version 2 or at - your option any later version. Read the file gpl.txt for details. + This file is distributed under the GNU General Public License, version 2 + or at your option any later version. Read the file gpl.txt for details. */ #ifndef HATARI_BREAKCOND_H @@ -13,6 +13,9 @@ extern bool BreakCond_Save(const char *f extern char *BreakCond_MatchCpuVariable(const char *text, int state); extern char *BreakCond_MatchDspVariable(const char *text, int state); +/* for evaluate.c */ +extern bool BreakCond_GetHatariVariable(const char *name, Uint32 *value); + /* for debugcpu.c & debugdsp.c */ extern const char BreakCond_Description[]; extern const char BreakAddr_Description[];