Home
last modified time | relevance | path

Searched refs:clobber (Results 1 – 2 of 2) sorted by relevance

/development/tutorials/ReverseDebug/
Dmain.c25 void clobber(int *array, int size) { in clobber() function
41 clobber(values, ARRAY_LENGTH); in main()
DREADME.txt7 In the sample below, the "clobber" function trashes a neighboring variable "p"
18 25 void clobber(int *array, int size) {
34 41 clobber(values, ARRAY_LENGTH);
85 41 clobber(values, ARRAY_LENGTH);
104 41 clobber(values, ARRAY_LENGTH);
109 Now let's add a watch point at "&p" to hopefully catch the clobber on the spot:
123 0xb6f17440 in clobber (array=0xbebcaab0, size=10)