debugger: introduce watchpoint-by-expression

This commit is contained in:
hjk
2011-05-09 08:35:58 +02:00
parent 8a9cde986a
commit c620749b95
15 changed files with 155 additions and 69 deletions

View File

@@ -2556,6 +2556,10 @@ void testMPI()
}
enum E {
ONE = 6
};
int main(int argc, char *argv[])
{
int *x = new int(32);