Searched refs:listsize (Results 1 – 7 of 7) sorted by relevance
165 set listsize207 show listsize
1062 long listsize; member1164 if (memranges->next_memrange >= memranges->listsize) in add_memrange()1166 memranges->listsize *= 2; in add_memrange()1168 memranges->listsize); in add_memrange()2647 tracepoint_list.listsize = 128; in _initialize_tracepoint()2649 (tracepoint_list.listsize * sizeof (struct memrange)); in _initialize_tracepoint()2660 stepping_list.listsize = 128; in _initialize_tracepoint()2662 (stepping_list.listsize * sizeof (struct memrange)); in _initialize_tracepoint()
1560 and $__ index refs, set/show listsize and related updates to list2417 (_initialize_source): Add 'set listsize' and 'show listsize'.
2474 * set listsize
529 \quad listsize {\it n}&number of lines shown by {\tt list}\cr
4345 the @code{list} command. You can change this using @code{set listsize}:4348 @kindex set listsize4349 @item set listsize @var{count}4353 @kindex show listsize4354 @item show listsize
6401 listing line 1 with listsize 2. Also, listing a single line10589 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not