Closed
Bug 1906063
Opened 1 year ago
Closed 1 year ago
libxul gdb script doesn't add actual objdir
Categories
(Developer Infrastructure :: Developer Environment Integration, defect)
Developer Infrastructure
Developer Environment Integration
Tracking
(firefox129 fixed)
RESOLVED
FIXED
129 Branch
| Tracking | Status | |
|---|---|---|
| firefox129 | --- | fixed |
People
(Reporter: farre, Assigned: farre)
Details
Attachments
(1 file)
The problem is that libxul.so-gdb.py looks at the releative paths "../../.." and "../.." but only adds the first one it finds, which happens to be $topdir/build, and here there is no .gdbinit.py only .gdbinit.py.in.
| Assignee | ||
Comment 1•1 year ago
|
||
When run from $topdir this will be both $topdir and $objdir. The
reason for not only $topdir working, is that .gdbinit.py isn't
present, only .gdbinit.py.in.
Updated•1 year ago
|
Assignee: nobody → afarre
Status: NEW → ASSIGNED
Pushed by afarre@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/06510677a195
Add all directories containing .gdbinit. r=padenot DONTBUILD
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox129:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 129 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•