Closed
Bug 784085
Opened 12 years ago
Closed 7 years ago
run-gdb: attaching to child process doesn't find symbols
Categories
(Firefox OS Graveyard :: General, defect)
Firefox OS Graveyard
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: bjacob, Unassigned)
References
Details
Attachments
(1 file)
517 bytes,
patch
|
Details | Diff | Splinter Review |
My problem: I have made a debug build of B2G. I want to debug the child process, plugin-container. If I just do ./run-gdb attach pid where pid is the child process, it doesn't find any symbols. Attaching to the parent process does find the symbols.
Attaching a patch by Jeff that fixes the problem for me. We don't know why was it working without this for him.
Reporter | ||
Comment 1•12 years ago
|
||
Comment 2•12 years ago
|
||
I merged your change in as https://github.com/mozilla-b2g/B2G/pull/95
Reporter | ||
Comment 3•12 years ago
|
||
Thanks. To be clear, that patch was by Jeff Muizelaar. Do you understand why that was apparently working without this patch for other people than me?
Comment 4•12 years ago
|
||
I'm not sure. It worked for me without the change either. I suspect it has something to do with the build environment. I run native linux.
Comment 5•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
•