1. 24 Jun, 2022 1 commit
  2. 20 Jun, 2022 1 commit
  3. 01 Dec, 2021 1 commit
  4. 18 Nov, 2019 1 commit
  5. 03 May, 2018 1 commit
  6. 01 Dec, 2017 1 commit
  7. 02 Mar, 2016 1 commit
  8. 27 Mar, 2015 1 commit
  9. 02 Sep, 2013 2 commits
  10. 16 Jul, 2013 2 commits
  11. 15 May, 2012 1 commit
  12. 06 Dec, 2010 1 commit
  13. 23 Nov, 2010 1 commit
  14. 17 Aug, 2009 3 commits
  15. 24 Nov, 2008 1 commit
  16. 23 Aug, 2006 1 commit
  17. 21 Mar, 2006 1 commit
  18. 02 Mar, 2006 1 commit
  19. 16 Nov, 2005 1 commit
  20. 06 Oct, 2005 1 commit
  21. 11 Jul, 2005 1 commit
  22. 03 Jan, 2005 1 commit
  23. 04 Jun, 2004 1 commit
    • Eric Pouech's avatar
      - all symbol information storage is now module relative, so we can · deca2502
      Eric Pouech authored
        unload a module (and it's debugging information), and a process
        without pain
      - portabiblity to another CPU should be easier now (CPU dependent backend)
      - speed up memory allocation
      - stabs related fixes:
            + now correctly handling symbol's size
            + blocks {} in functions are now correctly recognized and stored
              (also applies to local variables scoping)
            + better basic types management (less wild guesses in the code)
            + full support of inline functions (source stepping now shows the
              code in .h files for example)
      - removal of external debugger (attaching with gdb is just fine to
        debug winedbg)
      - fixed a couple of issues for symbol address handling (address
        lookup, incorrect type binding)
      - winedbg now has a man page
      deca2502