Closed
Bug 1210551
Opened 10 years ago
Closed 7 years ago
Unable to set conditional breakpoints in FxOS from OS X
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: kdavis, Unassigned)
Details
To hang FxOS for an indefinite amount of time:
kdaviss-MacBook-Pro:B2G kdavis$ ./run-gdb.sh
/Volumes/firefoxosv2/B2G/device/qcom/common/dtbtool /Volumes/firefoxosv2/B2G
patching file dtbtool.c
Reversed (or previously applied) patch detected! Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file dtbtool.c.rej
/Volumes/firefoxosv2/B2G
GECKO_OBJDIR = /Volumes/firefoxosv2/B2G/objdir-gecko
GECKO_PATH = /Volumes/firefoxosv2/gecko
GECKO_OBJDIR = /Volumes/firefoxosv2/B2G/objdir-debug
B2G_DEBUG = 1
DEVICE_DEBUG = 1
ADB Location: adb
Process /system/b2g/b2g created; pid = 972
Listening on port 10501
prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/bin/arm-linux-androideabi-gdb -x /tmp/b2g.gdbinit.kdavis.50427 /Volumes/firefoxosv2/B2G/objdir-debug/dist/bin/b2g
GNU gdb (GDB) 7.6
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "--host=x86_64-apple-darwin --target=arm-linux-android".
For bug reporting instructions, please see:
<http://source.android.com/source/report-bugs.html>...
Reading symbols from /Volumes/firefoxosv2/B2G/objdir-debug/dist/bin/b2g...done.
Remote debugging from host 127.0.0.1
__dl__start () at bionic/linker/arch/arm/begin.S:35
35 mov r0, sp
(gdb) break nsComponentManager.cpp:1497 if (0 == strncmp(aContractID, "@mozilla.org/webspeech/service;1?name=", strlen("@mozilla.org/webspeech/service;1?name=")))
No source file named nsComponentManager.cpp.
Make breakpoint pending on future shared library load? (y or [n]) y
Breakpoint 1 (nsComponentManager.cpp:1497 if (0 == strncmp(aContractID, "@mozilla.org/webspeech/service;1?name=", strlen("@mozilla.org/webspeech/service;1?name=")))) pending.
(gdb) continue
Continuing.
.....
[972] WARNING: XPCOM objects created/destroyed from static ctor/dtor: file /Volumes/firefoxosv2/gecko/xpcom/base/nsTraceRefcnt.cpp, line 167
[1125] WARNING: Tried to RegisterCallback without an AtExitManager: file /Volumes/firefoxosv2/gecko/ipc/chromium/src/base/at_exit.cc, line 40
Summary: Unable to set conditional breakpoints in FxOS form OS X → Unable to set conditional breakpoints in FxOS from OS X
Comment 1•7 years ago
|
||
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•