Results 1 to 3 of 3

Thread: Wireless Debugger v0.11

                  
   
  1. #1
    Won Hung Lo wraggster's Avatar
    Join Date
    Apr 2003
    Location
    Nottingham, England
    Age
    52
    Posts
    139,587
    Blog Entries
    3209
    Rep Power
    50

    NDS Wireless Debugger v0.11

    simonjhall has released a wireless debugger for the Nintendo DS, heres the info:

    This is a wireless debugger for the Nintendo DS. It allows homebrew developers to interactively debug their applications running on a real Nintendo DS.

    Things it can currently do:

    - suspend the program at user-defined breakpoints
    - step individual instructions, assuming the program has paused at a breakpoint
    - step whole lines of source code
    - inspect memory locations - and assuming a symbol table is present in the original ELF - variables and other structures can be read and their values can be changed
    - inspect the state of all registers in the user ARM execution mode - including the program counter, link register, stack pointer and status register
    - evaluate all types of ARM branch and condition instructions, allowing you to follow the execution of code properly in most circumstances
    - it has a blacklist function, which defines which functions shouldn't be stepped into (when a b/bl/bx instruction is encountered). This is useful to prevent the debugger from stepping inside itself, or functions used by the debugger. If you do step into the debugger, it will probably get into an endless loop and hang.
    - it can break on invalid memory access, signalling a SIGBUS message to the host debugger
    - it can break when an invalid instruction is executed - this signals a SIGILL message to the host debugger
    - both these exceptions destroy the original instruction in memory, so if you read the original opcode back from DS memory you'll get the breakpoint stub opcode instead. To get the real opcode, disassemble the ELF instead. If there's demand for having the real opcode left in memory I'll make the changes required to fix this.
    - with minimal work, it ought to be able to co-exist with applications which use sgstair's wireless library

    Download and Give Feedback Via Comments

  2. #2
    DCEmu Newbie
    Join Date
    Jul 2008
    Location
    pakaistan ftw
    Posts
    9
    Rep Power
    0

    Default

    Oooo... this works.... 5th post thurs, july 03 2008!!! FTW

  3. #3
    DCEmu Newbie
    Join Date
    Jul 2008
    Location
    pakaistan ftw
    Posts
    9
    Rep Power
    0

    Default

    oops double posted.... $#@!!!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •