Skip to content
Snippets Groups Projects
  1. Dec 15, 2009
  2. Dec 14, 2009
  3. Nov 30, 2009
  4. Nov 26, 2009
  5. Nov 25, 2009
    • Friedemann Kleint's avatar
      Debugger/CDB: Windows 64 integer handling. · 2b23ea2a
      Friedemann Kleint authored
      
      Convert CDB unsigned integer values should they appear in hex,
      make format flexible.
      Use int64 for reformatting integers to be able to accommodate
      64 bit values on Windows 64. Add some more integer types.
      Do not save decimal type formats. Add menu option to clear
      individual formatting. Do not use map[] to query the type formats
      (inserting 0 everywhere as a side effect).
      
      Reviewed-by: default avatarOswald Buddenhagen <oswald.buddenhagen@nokia.com>
      2b23ea2a
  6. Nov 23, 2009
  7. Nov 19, 2009
  8. Nov 13, 2009
  9. Nov 12, 2009
  10. Nov 11, 2009
    • Oswald Buddenhagen's avatar
      always clear pending command queue before posting shutdown commands · 4d45ad00
      Oswald Buddenhagen authored
      this ensures that, among other things, we won't get into this scenario:
      - process is running
      - interrupt is requested by user
      - termination is requested by user
      - before interrupt takes effect, the process terminates
      => shutdown is called
      => exit is also queued, as there is already a queued kill
      => nothing happens, as there will never be a stop response
      
      Reviewed-by: hjk
      4d45ad00
    • Oswald Buddenhagen's avatar
      be more lenient when matching the stops at _start · 5bd5fa63
      Oswald Buddenhagen authored
      archer reports stops at tbreaks properly, so checking for an empty stop
      reason is no particularly good idea. instead, we simply skip *all* stops
      at the entry point, assuming the user will not really set a breakpoint
      there anyway.
      
      Reviewed-by: hjk
      5bd5fa63
  11. Nov 10, 2009
  12. Nov 09, 2009
  13. Nov 06, 2009
  14. Nov 05, 2009
  15. Nov 04, 2009
  16. Nov 03, 2009
Loading