~ubuntu-branches/ubuntu/lucid/codelite/lucid-proposed

« back to all changes in this revision

Viewing changes to Debugger/debuggergdb.h

  • Committer: Bazaar Package Importer
  • Author(s): Chow Loong Jin
  • Date: 2009-08-15 17:42:43 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090815174243-nlb9ikgigbiybz12
Tags: 1.0.2893+dfsg-0ubuntu1
* debian/rules:
  + Tidy up get-orig-source rule
* debian/control:
  + Bump Standards-Version
  + Change Maintainer email address to @ubuntu.com
  + Drop cdbs build-dependency
* debian/copyright:
  + Update to DEP-5 format
* debian/patches/00_add-fPIC.patch:
  + Dropped, fix upstream
* Closes LP: #413992

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
        virtual bool Start(const wxString &exeName, const wxString &cwd, const std::vector<BreakpointInfo> &bpList, const wxArrayString &cmds);
81
81
        virtual bool Run(const wxString &args, const wxString &comm);
82
82
        virtual bool Stop();
83
 
        virtual bool Break(BreakpointInfo& bp);
 
83
        virtual bool Break(const BreakpointInfo& bp);
84
84
        virtual bool RemoveBreak(int bid);
85
85
        virtual bool RemoveBreak(const wxString &fileName, long lineno);
86
86
        virtual bool RemoveAllBreaks();