home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Exec 5 / CD_Magazyn_EXEC_nr_5.iso / Programy / Programowanie / PPC / wosdb_src.lzx / history < prev    next >
Encoding:
Text File  |  2001-02-18  |  2.1 KB  |  80 lines

  1. wosdb history
  2. =============
  3.  
  4.  
  5. V0.4c    17-Feb-01
  6.     o An access to 0x00000004 caused a DSI exception, which has to
  7.       be emulated by the WarpUp kernel. An ugly side-effect is, that
  8.       currently the instruction directly following this access can't
  9.       be traced and will be skipped in trace-mode.
  10.  
  11.  
  12. V0.4b    09-Nov-00
  13.     o New PPC disassembler module V1.2, which fixes mffs, mtfsf, mtfsfi.
  14.  
  15.  
  16. V0.4a    05-Mar-00
  17.     o HUNK_RELOC32SHORT or HUNK_DREL32 hunks are correctly recognized
  18.       now. Before the symbols disappeared, when your executable
  19.       contained such a hunk (which happened often with StormC or
  20.       PowerAsm generated executables).
  21.  
  22.  
  23. V0.4    26-Feb-00
  24.     o Fixed symbol names shown as return address during stack
  25.       frame trace-back.
  26.  
  27.  
  28. V0.3c    19-Feb-00
  29.     o New PPC disassembler module V1.1, which recognizes fabs.
  30.  
  31.  
  32. V0.3b    30-Jan-00
  33.     o Year 2000 update.
  34.     o Using new PPC disassembler module V1.0, which fixes the
  35.       instructions stfsx, lfdx, etc..
  36.  
  37.  
  38. V0.3a    07-May-99
  39.     o '?' command is no longer repeatable by hitting return.
  40.     o Support for arguments. They may be specified behind the
  41.           program name.
  42.     o Compatible to StormC/PPC.
  43.     o "@_..." and "@x..." symbol names are recognized.
  44.  
  45.  
  46. V0.3    04-May-99
  47.     o Fixed/enhanced task-termination notification. It's completely
  48.       done on PPC side now. The debugged task will immediately exit,
  49.       when the final "blr" was executed.
  50.     o 'S' shows all symbols.
  51.  
  52.  
  53. V0.2    02-May-99
  54.     o Disassembly and memory dump display only valid memory regions.
  55.     o Command 'tb' shows stack frame trace-back.
  56.  
  57.  
  58. V0.1    01-May-99
  59.     First usable version. There are no known bugs besides
  60.     running into a WOS-exception, when disassembling or watching
  61.     memory at an illegal address.
  62.     The following features are implemented:
  63.     - change PC to next/previous instruction
  64.     - show help
  65.     - arithmetic expression evaluation, which supports constants,
  66.       symbols and register-contents
  67.     - changing GP- and FP-registers
  68.     - loading and unloading of WarpOS programs
  69.     - breakpoints (set, clear, temporary)
  70.     - disassembler with symbol support
  71.     - memory dump with symbol support
  72.     - single-step trace
  73.     - trace to next instruction
  74.     - show all registers
  75.     - exit debugger
  76.  
  77.  
  78. V0.0    17-Apr-99
  79.     Project started.
  80.