OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gdb
(Results
1 - 25
of
125
) sorted by null
1
2
3
4
5
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/gdb/python/gdb/
__init__.py
16
import
gdb
.command.pretty_printers
namespace
18
gdb
.command.pretty_printers.register_pretty_printer_commands()
types.py
17
"""Utilities for working with
gdb
.Types."""
19
import
gdb
namespace
33
while (type_.code ==
gdb
.TYPE_CODE_REF or
34
type_.code ==
gdb
.TYPE_CODE_TYPEDEF):
35
if type_.code ==
gdb
.TYPE_CODE_REF:
47
It must be one of
gdb
.TYPE_CODE_STRUCT,
gdb
.TYPE_CODE_UNION.
58
if (type_.code !=
gdb
.TYPE_CODE_STRUCT and
59
type_.code !=
gdb
.TYPE_CODE_UNION):
85
if enum_type.code !=
gdb
.TYPE_CODE_ENUM
[
all
...]
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/
__init__.py
16
import
gdb
.command.pretty_printers
namespace
18
gdb
.command.pretty_printers.register_pretty_printer_commands()
types.py
17
"""Utilities for working with
gdb
.Types."""
19
import
gdb
namespace
33
while (type_.code ==
gdb
.TYPE_CODE_REF or
34
type_.code ==
gdb
.TYPE_CODE_TYPEDEF):
35
if type_.code ==
gdb
.TYPE_CODE_REF:
47
It must be one of
gdb
.TYPE_CODE_STRUCT,
gdb
.TYPE_CODE_UNION.
58
if (type_.code !=
gdb
.TYPE_CODE_STRUCT and
59
type_.code !=
gdb
.TYPE_CODE_UNION):
85
if enum_type.code !=
gdb
.TYPE_CODE_ENUM
[
all
...]
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/gdb/python/gdb/
__init__.py
16
import
gdb
.command.pretty_printers
namespace
18
gdb
.command.pretty_printers.register_pretty_printer_commands()
types.py
17
"""Utilities for working with
gdb
.Types."""
19
import
gdb
namespace
33
while (type_.code ==
gdb
.TYPE_CODE_REF or
34
type_.code ==
gdb
.TYPE_CODE_TYPEDEF):
35
if type_.code ==
gdb
.TYPE_CODE_REF:
47
It must be one of
gdb
.TYPE_CODE_STRUCT,
gdb
.TYPE_CODE_UNION.
58
if (type_.code !=
gdb
.TYPE_CODE_STRUCT and
59
type_.code !=
gdb
.TYPE_CODE_UNION):
85
if enum_type.code !=
gdb
.TYPE_CODE_ENUM
[
all
...]
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/
__init__.py
16
import
gdb
.command.pretty_printers
namespace
18
gdb
.command.pretty_printers.register_pretty_printer_commands()
types.py
17
"""Utilities for working with
gdb
.Types."""
19
import
gdb
namespace
33
while (type_.code ==
gdb
.TYPE_CODE_REF or
34
type_.code ==
gdb
.TYPE_CODE_TYPEDEF):
35
if type_.code ==
gdb
.TYPE_CODE_REF:
47
It must be one of
gdb
.TYPE_CODE_STRUCT,
gdb
.TYPE_CODE_UNION.
58
if (type_.code !=
gdb
.TYPE_CODE_STRUCT and
59
type_.code !=
gdb
.TYPE_CODE_UNION):
85
if enum_type.code !=
gdb
.TYPE_CODE_ENUM
[
all
...]
/build/core/
process_wrapper_gdb.sh
7
# of a
gdb
session to allow for debugging.
15
# inside of
gdb
, giving
gdb
an initial command script to
17
gdb
-q -x $2/process_wrapper_gdb.cmds --args "$@"
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/command/
prompt.py
17
"""
GDB
command for working with extended prompts."""
19
import
gdb
namespace
20
import
gdb
.prompt
namespace
22
class _ExtendedPrompt(
gdb
.Parameter):
35
__doc__ = __doc__ +
gdb
.prompt.prompt_help()
42
gdb
.COMMAND_SUPPORT,
43
gdb
.PARAM_STRING_NOESCAPE)
55
gdb
.prompt_hook = self.before_prompt_hook
61
newprompt =
gdb
.prompt.substitute_prompt(self.value)
type_printers.py
18
import
gdb
namespace
20
"""
GDB
commands for working with type-printers."""
22
class InfoTypePrinter(
gdb
.Command):
23
"""
GDB
command to list all registered type-printers.
30
gdb
.COMMAND_DATA)
46
"""
GDB
calls this to perform the command."""
48
for objfile in
gdb
.objfiles():
53
if
gdb
.current_progspace().type_printers:
55
self.list_type_printers(
gdb
.current_progspace().type_printers)
57
if
gdb
.type_printers
[
all
...]
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/command/
prompt.py
17
"""
GDB
command for working with extended prompts."""
19
import
gdb
namespace
20
import
gdb
.prompt
namespace
22
class _ExtendedPrompt(
gdb
.Parameter):
35
__doc__ = __doc__ +
gdb
.prompt.prompt_help()
42
gdb
.COMMAND_SUPPORT,
43
gdb
.PARAM_STRING_NOESCAPE)
55
gdb
.prompt_hook = self.before_prompt_hook
61
newprompt =
gdb
.prompt.substitute_prompt(self.value)
type_printers.py
18
import
gdb
namespace
20
"""
GDB
commands for working with type-printers."""
22
class InfoTypePrinter(
gdb
.Command):
23
"""
GDB
command to list all registered type-printers.
30
gdb
.COMMAND_DATA)
46
"""
GDB
calls this to perform the command."""
48
for objfile in
gdb
.objfiles():
53
if
gdb
.current_progspace().type_printers:
55
self.list_type_printers(
gdb
.current_progspace().type_printers)
57
if
gdb
.type_printers
[
all
...]
/external/openssh/regress/
agent-ptrace.sh
15
if have_prog
gdb
; then
18
echo "skipped (
gdb
not found)"
38
gdb
${SSHAGENT} ${SSH_AGENT_PID} > ${OBJ}/
gdb
.out 2>&1 << EOF
42
fail "
gdb
failed: exit code $?"
44
egrep 'ptrace: Operation not permitted.|procfs:.*Permission denied.|ttrace.*Permission denied.|procfs:.*: Invalid argument.|Unable to access task ' >/dev/null ${OBJ}/
gdb
.out
46
rm -f ${OBJ}/
gdb
.out
/external/valgrind/main/gdbserver_tests/
mcmain_pic.stderrB.exp
1
relaying data between
gdb
and process ....
nlpasssigalrm.stderrB.exp
1
relaying data between
gdb
and process ....
mcinfcallRU.stderr.exp
3
pid .... Thread .... inferior call pushed from
gdb
in mcinfcallRU.stdinB.
gdb
make_local_links
6
# so that tests needing
gdb
can be disabled if
7
# a too old version of
gdb
is provided or if no
gdb
is
10
# The vgdb link is needed either for
gdb
tests
23
echo "usage: make_local_links /path/to/
gdb
" 1>&2
28
export
GDB
=""
33
# $1 = Major.Minor
gdb
version needed
55
echo "$@" "suppressed as $
GDB
version" $GDBVERSIONLINE "is <" $NEEDED
62
GDB
=$1
63
ln -f -s "$
GDB
" gdbserver_tests/gd
[
all
...]
mcclean_after_fork.stderrB.exp
1
relaying data between
gdb
and process ....
mcmain_pic.stdout.exp
2
another func called msg called from
gdb
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/
types.py
17
"""Utilities for working with
gdb
.Types."""
19
import
gdb
namespace
33
while (type_.code ==
gdb
.TYPE_CODE_REF or
34
type_.code ==
gdb
.TYPE_CODE_TYPEDEF):
35
if type_.code ==
gdb
.TYPE_CODE_REF:
47
It must be one of
gdb
.TYPE_CODE_STRUCT,
gdb
.TYPE_CODE_UNION.
58
if (type_.code !=
gdb
.TYPE_CODE_STRUCT and
59
type_.code !=
gdb
.TYPE_CODE_UNION):
85
if enum_type.code !=
gdb
.TYPE_CODE_ENUM
[
all
...]
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/
types.py
17
"""Utilities for working with
gdb
.Types."""
19
import
gdb
namespace
33
while (type_.code ==
gdb
.TYPE_CODE_REF or
34
type_.code ==
gdb
.TYPE_CODE_TYPEDEF):
35
if type_.code ==
gdb
.TYPE_CODE_REF:
47
It must be one of
gdb
.TYPE_CODE_STRUCT,
gdb
.TYPE_CODE_UNION.
58
if (type_.code !=
gdb
.TYPE_CODE_STRUCT and
59
type_.code !=
gdb
.TYPE_CODE_UNION):
85
if enum_type.code !=
gdb
.TYPE_CODE_ENUM
[
all
...]
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/function/
strfns.py
1
# Useful
gdb
string convenience functions.
19
import
gdb
namespace
23
class _MemEq(
gdb
.Function):
41
byte_vector =
gdb
.lookup_type("char").vector(length - 1)
48
class _StrLen(
gdb
.Function):
65
class _StrEq(
gdb
.Function):
85
class _RegEx(
gdb
.Function):
104
#
GDB
will import us automagically via
gdb
/__init__.py.
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/function/
strfns.py
1
# Useful
gdb
string convenience functions.
19
import
gdb
namespace
23
class _MemEq(
gdb
.Function):
41
byte_vector =
gdb
.lookup_type("char").vector(length - 1)
48
class _StrLen(
gdb
.Function):
65
class _StrEq(
gdb
.Function):
85
class _RegEx(
gdb
.Function):
104
#
GDB
will import us automagically via
gdb
/__init__.py.
/ndk/
ndk-gdb-py
17
$PROGDIR/prebuilt/$HOST_TAG/bin/python -u $PROGDIR/ndk-
gdb
.py "$@"
Completed in 438 milliseconds
1
2
3
4
5