~ev/ubuntu/saucy/apport/drop-apport-noui

« back to all changes in this revision

Viewing changes to apport/report.py

  • Committer: Martin Pitt
  • Date: 2013-07-22 13:38:27 UTC
  • Revision ID: martin.pitt@canonical.com-20130722133827-2pqpdprt7u8qw0cm
* apport: Fix "Exectuable" typo, leading to reports not being synced on upstart crashes. Thanks James Hunt. (LP: #1203744)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1442
1442
        '''Build gdb command for this report.
1443
1443
 
1444
1444
        This builds a gdb command for processing the given report, by setting
1445
 
        the file to the ExectuablePath/InterpreterPath, unpacking the core dump
 
1445
        the file to the ExecutablePath/InterpreterPath, unpacking the core dump
1446
1446
        and pointing "core-file" to it (if the report has a core dump), and
1447
1447
        setting up the paths when calling gdb in a package sandbox.
1448
1448