Skip to content
Snippets Groups Projects
  1. Oct 13, 2010
  2. Oct 11, 2010
  3. Oct 06, 2010
  4. Oct 05, 2010
  5. Oct 04, 2010
    • Friedemann Kleint's avatar
      Debugger: Remove unused 'precise breakpoints' setting. · d5596bf1
      Friedemann Kleint authored
      Remove break window menu action to toggle 'Full path'.
      Remove gdb setting 'Use full path'.
      Clean up break dialog:
      - Set PathChooser::ExpectedKind before value (showed up in red).
      - Use PathChooser::setPath()/path() instead of lineedit text
      - Return thread spec
      - Add validator for ignorecount as for breakcondition.ui
      Remove unused fields from breakcondition.ui
      
      Reviewed-by: hjk
      Task-number: QTCREATORBUG-2593
      d5596bf1
  6. Sep 28, 2010
  7. Sep 21, 2010
  8. Sep 13, 2010
  9. Sep 08, 2010
  10. Sep 01, 2010
  11. Aug 12, 2010
  12. Jul 14, 2010
  13. Jul 07, 2010
  14. Jun 25, 2010
  15. Jun 22, 2010
    • hjk's avatar
      debugger: more breakpoint management related fixes · fadac800
      hjk authored
      fadac800
    • hjk's avatar
      c5c0dc76
    • hjk's avatar
      debugger: properly clone breakpoints · b01a622f
      hjk authored
      b01a622f
    • hjk's avatar
      debugger: The DebuggerEngine refactoring. · 6a6cba55
      hjk authored
      This replaces the (de facto) singleton engines and data handlers by classes
      that are instantiated per run. The DebuggerRunControl will now create an
      object of (a class derived from) DebuggerEngine that contains all the relevant
      "dynamic" data.
      
      DebuggerManager is no more. The "singleton" bits are merged into DebuggerPlugin,
      whereas the data bits went to DebuggerEngine.
      
      There is no formal notion of a "current" DebuggerEngine. However, as there's
      only one DebuggerEngine at a time that has its data models connected to the
      view, there's still some "de facto" notion of a "current" engine. Calling
      SomeModel::setData(int role, QVariant data) with custom role is used as the
      primary dispatch mechanism from the views to the "current" data models
      (and the engine, as all data models know their engine).
      6a6cba55
  16. Jun 11, 2010
  17. May 20, 2010
  18. May 19, 2010
    • Friedemann Kleint's avatar
      Debugger/WatchWindow: Add menu options to show pointed to addresses. · 9af9c91f
      Friedemann Kleint authored
      Change the WatchWindow handling to be based on quint64 addresses to
      ensure proper function. Changed roles and added one role to the
      watchmodel to obtain addresses and pointed-to addresses. Add some
      fiddling to parse out addresses from debugger values.
      Add menu options. Make sure only one watchpoint per address is added.
      9af9c91f
  19. May 17, 2010
  20. May 10, 2010
  21. May 07, 2010
Loading