Merge lp:~darkxst/apport/sandbox-autoload into lp:~apport-hackers/apport/trunk
Proposed by
Tim Lunn
Status: | Needs review |
---|---|
Proposed branch: | lp:~darkxst/apport/sandbox-autoload |
Merge into: | lp:~apport-hackers/apport/trunk |
Diff against target: |
68 lines (+23/-2) 2 files modified
apport/report.py (+22/-2) bin/apport-retrace (+1/-0) |
To merge this branch: | bzr merge lp:~darkxst/apport/sandbox-autoload |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Martin Pitt (community) | Needs Information | ||
Review via email: mp+252686@code.launchpad.net |
Description of the change
This is mostly useful for glib based apps to get the pretty printers working, which gives improved output on gobjects and signals. Though there are a few other packages that ship them as well.
apport-retrace when run against the system filesystem would already pick up these scripts.
To post a comment you must log in.
Very nice, thanks! Will that append to the default search path, or completely replace it? https:/ /sourceware. org/gdb/ onlinedocs/ gdb/objfile_ 002dgdbdotext- file.html# set%20auto- load%20scripts- directory doesn't really tell.. We certainly do want to keep gdb's scripts on the host, just additionally load the ones in the sandbox.