Skip to content
Snippets Groups Projects
  1. Apr 12, 2011
  2. Apr 04, 2011
  3. Feb 17, 2011
  4. Feb 04, 2011
  5. Feb 02, 2011
  6. Jan 12, 2011
  7. Jan 10, 2011
  8. Dec 17, 2010
  9. Dec 01, 2010
  10. Nov 24, 2010
  11. Nov 16, 2010
  12. Nov 15, 2010
    • Friedemann Kleint's avatar
      Debugger: Introduce BreakpointParameters as base struct. · 9fc5970b
      Friedemann Kleint authored
      For Breakpoint data manipulation.
      
      Reviewed-by: hjk
      9fc5970b
    • hjk's avatar
      debugger: Refactor breakpoint handling. · 8ae541b3
      hjk authored
      The breakpoints are now (fairly) tightly guarded by the BreakpointHandler.
      Engines and Views are only supposed to refer to them by id. They also have
      individual states now. The breakpoint data is split into a "user requested"
      "fixed" part in BreakpointData and the engines' acknowledged data in a new
      struct BreakpointResponse.
      
      TODO: Move m_state and m_engine members to BreakpointResponse. Fix regressions
      in the marker handling.
      8ae541b3
  13. Nov 08, 2010
Loading