Skip to content

lockbox/gdb-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lockbox's gdbmi

Forked repo thats expanding to a more general use case as the old repo focused exclusively on source-based rust stuff under rr.

TODO

working on getting the following upstreamed into this repo

  • remove some integer overflow panics
  • don't oom on empty stdout/stdin buffers
  • breakpoints support having negative id's (hidden breakpoint)
  • support address based breakpoint insertion
  • rework event loop
  • more e2e testing
  • typing for reading / writing memory
  • typing for reading / writing to registers
  • typing for watchpoints
  • extend typing for breakpoints
  • add a blocking api

Old readme contents

Crates.io MIT Licensed

Interact with a GDB session through the GDB machine interface

The parser is ported from pygdbmi, written by Chad Smith, which is also MIT licensed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%