Home
last modified time | relevance | path

Searched refs:stabs (Results 1 – 13 of 13) sorted by relevance

/external/google-breakpad/src/tools/solaris/dump_syms/testdata/
Ddump_syms_regtest.stabs5 0: .stabs "dump_syms_regtest.cc",N_UNDF,0x0,0x67,0x71c
6 …1: .stabs "/export/home/alfred/cvs/breakpad/google-breakpad20070927/src/tools/solaris/dump_syms/t…
7 2: .stabs "dump_syms_regtest.cc",N_SO,0x0,0x4,0x0
8 3: .stabs "",N_OBJ,0x0,0x0,0x0
9 4: .stabs "",N_OBJ,0x0,0x0,0x0
10 …5: .stabs "V=9.0;DBG_GEN=5.0.8;dm;cd;backend;ptf;ptx;ptk;s;g;R=5.8<<Sun C++ 5.8 Patch 121018-07 2…
11 6: .stabs "dump_syms_regtest.cc",N_SOL,0x0,0x0,0x0
12 7: .stabs "char:t(0,1)=bsc1;0;8",N_ISYM,0x0,0x0,0x0
13 8: .stabs "short:t(0,2)=bs2;0;16",N_ISYM,0x0,0x0,0x0
14 9: .stabs "int:t(0,3)=bs4;0;32",N_ISYM,0x0,0x0,0x0
[all …]
/external/google-breakpad/src/common/
Dstabs_reader_unittest.cc231 StabsFixture() : stabs(&strings), unitized(true) { } in StabsFixture()
240 if (!stabs.GetContents(&stabs_contents) || in ApplyHandlerToMockStabsData()
250 stabs.endianness() == kBigEndian, stabs.value_size(), unitized, in ApplyHandlerToMockStabsData()
256 StabsAssembler stabs; member
264 stabs.set_endianness(kLittleEndian); in TEST_F()
265 stabs.set_value_size(4); in TEST_F()
266 stabs in TEST_F()
330 stabs.set_endianness(kBigEndian); in TEST_F()
331 stabs.set_value_size(4); in TEST_F()
332 stabs.Stab(N_SO, 177, 23446, 0xbf10d5e4, "file2-1.c"); in TEST_F()
[all …]
/external/valgrind/coregrind/m_debuginfo/
DREADME.txt37 Originally there was also goal (3) Simplify the stabs reader.
38 But stabs support was broken since 3.9.0 and completely removed in 3.10.0.
40 The worst thing is that it is the stabs type reader that was crashing,
41 not the stabs line-number reader.
42 Old versions of the stabs type reader can be found in the subversion repository
43 as m_debuginfo/UNUSED_STABS.txt, the stabs line-number reader was in
/external/google-breakpad/src/tools/solaris/dump_syms/
DMakefile35 CXXFLAGS=-g -xs -xdebugformat=stabs -I../../.. -I../../../common/solaris -lelf -ldemangle -D_REENTR…
/external/google-breakpad/src/common/mac/
DBreakpad.xcconfig54 DEBUG_INFORMATION_FORMAT[sdk=macosx10.4][arch=*] = stabs
/external/valgrind/docs/internals/
D3_1_BUGSTATUS.txt36 v5823 fixed n-i-bz Very long stabs strings crash m_debuginfo
95 v5514 v5671 117936 more stabs problems
/external/google-breakpad/src/common/linux/
Ddump_symbols.cc188 const uint8_t* stabs = in LoadStabs() local
192 google_breakpad::StabsReader reader(stabs, stab_section->sh_size, in LoadStabs()
/external/valgrind/
DNEWS.old558 - Various segfaults when reading old-style "stabs" debug information
633 n-i-bz Very long stabs strings crash m_debuginfo
672 117936 more stabs problems (segfaults while reading debug info)
1058 109385 "stabs" parse failure
1194 90128 crash+memory fault with stabs generated by gnat for a run...
1541 (fix for S-type stabs)
1570 71791 crash when valgrinding gimp 1.3 (stabs reader problem)
DNEWS2512 162482 ppc: Valgrind crashes while reading stabs information
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ANTLR.xcodeproj/
Dproject.pbxproj3224 DEBUG_INFORMATION_FORMAT = stabs;
4382 DEBUG_INFORMATION_FORMAT = stabs;
4727 DEBUG_INFORMATION_FORMAT = stabs;
5723 DEBUG_INFORMATION_FORMAT = stabs;
/external/google-breakpad/
DMakefile.am1344 src/tools/solaris/dump_syms/testdata/dump_syms_regtest.stabs \
DMakefile.in3080 src/tools/solaris/dump_syms/testdata/dump_syms_regtest.stabs \
/external/llvm/docs/
DSourceLevelDebugging.rst68 information to produce stabs or other debug forms.