HomeSort by: relevance | last modified time | path
    Searched defs:fetchlimit (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
c-lang.c 247 unsigned int fetchlimit; local
268 fetchlimit = high_bound - low_bound + 1;
271 fetchlimit = UINT_MAX;
274 fetchlimit = UINT_MAX;
286 are arrays with known size, FETCHLIMIT will hold the size of the
300 && fetchlimit != UINT_MAX
301 && (*length < 0 || *length <= fetchlimit))
311 for (i = 0; i < fetchlimit; i++)
317 characters, or FETCHLIMIT. */
339 /* Prior to the fix for PR 16196 read_string would ignore fetchlimit
    [all...]
valprint.c 2721 unsigned int fetchlimit; /* Maximum number of chars to print. */
2737 fetchlimit = (len == -1
2741 err = target_read_string (addr, len, width, fetchlimit,
2746 /* We now have either successfully filled the buffer to fetchlimit,
2720 unsigned int fetchlimit; \/* Maximum number of chars to print. *\/ local
  /src/external/gpl3/gdb.old/dist/gdb/
c-lang.c 247 unsigned int fetchlimit; local
268 fetchlimit = high_bound - low_bound + 1;
271 fetchlimit = UINT_MAX;
274 fetchlimit = UINT_MAX;
286 are arrays with known size, FETCHLIMIT will hold the size of the
300 && fetchlimit != UINT_MAX
301 && (*length < 0 || *length <= fetchlimit))
311 for (i = 0; i < fetchlimit; i++)
317 characters, or FETCHLIMIT. */
339 /* Prior to the fix for PR 16196 read_string would ignore fetchlimit
    [all...]
valprint.c 2647 unsigned int fetchlimit; /* Maximum number of chars to print. */
2663 fetchlimit = (len == -1
2667 err = target_read_string (addr, len, width, fetchlimit,
2672 /* We now have either successfully filled the buffer to fetchlimit,
2646 unsigned int fetchlimit; \/* Maximum number of chars to print. *\/ local

Completed in 148 milliseconds