1. 04 Dec, 2006 1 commit
  2. 23 Oct, 2006 1 commit
  3. 26 Jul, 2006 1 commit
  4. 03 Jul, 2006 1 commit
  5. 23 May, 2006 1 commit
  6. 21 Mar, 2006 1 commit
  7. 10 Mar, 2006 1 commit
  8. 27 Feb, 2006 1 commit
  9. 23 Jan, 2006 1 commit
  10. 24 May, 2005 1 commit
  11. 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