Home
last modified time | relevance | path

Searched +full:400 +full:db000 +full:- +full:400 +full:dc000 (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/lldb/test/API/functionalities/postmortem/minidump-new/
Dregions-linux-map.yaml1 --- !minidump
3 - Type: SystemInfo
9 - Type: MiscInfo
11 - Type: LinuxMaps
13 400d9000-400db000 r-xp 00000000 b3:04 227 /system/bin/app_process
14 400db000-400dc000 r--p 00001000 b3:04 227 /system/bin/app_process
15 400dc000-400dd000 rw-p 00000000 00:00 0
16 400dd000-400ec000 r-xp 00000000 b3:04 300 /system/bin/linker
17 400ec000-400ed000 r--p 00000000 00:00 0
18 400ed000-400ee000 r--p 0000f000 b3:04 300 /system/bin/linker
[all …]
/external/llvm-project/lldb/test/Shell/Minidump/
Ddump-all.test1 # RUN: yaml2obj %s -o %t
2 # RUN: %lldb -c %t -o 'process plugin dump --all' | \
3 # RUN: FileCheck --check-prefix=CHECKDIR --check-prefix=CHECKCPU \
4 # RUN: --check-prefix=CHECKSTATUS --check-prefix=CHECKLSB \
5 # RUN: --check-prefix=CHECKCMD --check-prefix=CHECKENV \
6 # RUN: --check-prefix=CHECKAUX --check-prefix=CHECKMAP \
7 # RUN: --check-prefix=CHECKSTAT --check-prefix=CHECKUP --check-prefix=CHECKFD %s
8 # RUN: %lldb -c %t -o 'process plugin dump -a' | \
9 # RUN: FileCheck --check-prefix=CHECKDIR --check-prefix=CHECKCPU \
10 # RUN: --check-prefix=CHECKSTATUS --check-prefix=CHECKLSB \
[all …]
/external/llvm-project/llvm/test/tools/obj2yaml/Minidump/
Dbasic.yaml1 # RUN: yaml2obj %s | obj2yaml - | FileCheck %s
3 --- !minidump
5 - Type: SystemInfo
8 CSD Version: Linux 3.13.0-91-generic
11 - Type: LinuxAuxv
13 - Type: LinuxMaps
15 400d9000-400db000 r-xp 00000000 b3:04 227 /system/bin/app_process
16 400db000-400dc000 r--p 00001000 b3:04 227 /system/bin/app_process
18 - Type: ModuleList
20 - Base of Image: 0x0001020304050607
[all …]
/external/llvm-project/llvm/unittests/ObjectYAML/
DMinidumpYAMLTest.cpp1 //===- MinidumpYAMLTest.cpp - Tests for Minidump<->YAML code --------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
33 --- !minidump in TEST()
35 - Type: SystemInfo in TEST()
40 - Type: LinuxMaps in TEST()
42 400d9000-400db000 r-xp 00000000 b3:04 227 /system/bin/app_process in TEST()
43 400db000-400dc000 r--p 00001000 b3:04 227 /system/bin/app_process in TEST()
45 - Type: LinuxAuxv in TEST()
61 EXPECT_EQ("400d9000-400db000 r-xp 00000000 b3:04 227 " in TEST()
[all …]
/external/llvm-project/lldb/unittests/Process/minidump/
DMinidumpParserTest.cpp1 //===-- MinidumpTypesTest.cpp ---------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
45 auto BufferPtr = FileSystem::Instance().CreateDataBuffer(filename, -1, 0); in SetUpData()
51 ASSERT_GT(parser->GetData().size(), 0UL); in SetUpData()
79 --- !minidump in TEST_F()
81 - Type: LinuxAuxv in TEST_F()
83 - Type: LinuxAuxv in TEST_F()
96 --- !minidump in TEST_F()
98 - Type: ThreadList in TEST_F()
[all …]
/external/pcre/dist2/src/
Dpcre2_ucd.c29 a comment was received about space saving - maybe the guy linked
30 all the modules rather than using a library - so we include a
44 /* If the 32-bit library is run in non-32-bit mode, character values
132 property. Each sublist is zero-terminated. */
189 /* These are the main two-stage UCD tables. The fields in each record are:
193 16-bit field to make the whole thing a multiple of 4 bytes. */
213 { 34, 5, 12, 0, -32, 34, 0, }, /* 17 */
214 { 34, 5, 12, 100, -32, 34, 0, }, /* 18 */
215 { 34, 5, 12, 1, -32, 34, 0, }, /* 19 */
226 { 34, 5, 12, 104, -32, 34, 0, }, /* 30 */
[all …]