Home
last modified time | relevance | path

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

/llvm-project/lldb/test/API/macosx/skinny-corefile/
H A Dpresent.c13 char *present_heap_buf = (char *)malloc(256); in present() local
14 sprintf(present_heap_buf, "have ints %d %d %d %d", to_be_removed_const_data, in present()
16 printf("%s\n", present_heap_buf); in present()
H A DTestSkinnyCorefile.py145 present_heap_buf = f0.FindVariable("present_heap_buf")
146 self.assertIn("have ints 5 20 20 5", present_heap_buf.GetSummary())