GithubHelp home page GithubHelp logo

rrthomas / binutils-gdb Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 598.65 MB

Bee support in GDB and binutils

Home Page: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git

License: GNU General Public License v2.0

Makefile 14.62% C 46.96% Objective-C 0.01% Shell 0.50% C++ 5.41% Perl 0.12% Emacs Lisp 0.02% D 7.34% Assembly 14.37% DTrace 8.78% Mathematica 0.01% R 0.20% Scheme 0.92% E 0.01% Tcl 0.03% Python 0.21% Awk 0.01% TeX 0.28% XSLT 0.01% Ada 0.24%

binutils-gdb's People

Contributors

amodra avatar andreas-schwab avatar brobecke avatar bsdjhb avatar djdelorierh avatar edelsohn avatar eli-zaretskii avatar gingold-adacore avatar hjl-tools avatar hpataxisdotcom avatar ianlancetaylor avatar jakubjelinek avatar jankratochvil avatar jbeulich avatar johntconklin avatar kevinbuettner avatar muller-sourceware-org avatar nickalcock avatar nickclifton avatar palves avatar perbothner avatar rsandifo avatar shtiek avatar simark avatar t-j-teru avatar tromey avatar vapier avatar vprus avatar vries avatar xdje42 avatar

Watchers

 avatar  avatar

binutils-gdb's Issues

Make the standalone simulator fast

The standalone simulator should not access memory via virtual addresses. GDB however needs to.

run is simply linked against libsim.a, so will need other tricks than simply compiling the code twice with suitable macros.

Find out how the start address of the loaded object file is set in the simulator

For Bee, it's loaded at address 0. Yet moxie's simulator, from which Bee's is derived, uses low memory for a copy of argv, so presumably enforces a different load address. It would be useful to do something similar in Bee so we only have one memory area for the stacks and argv so that memory translation can be fast.

Implement reverse debugging

  • Map stacks into sim memory.
  • Use [rl].at for DUP, SET, SWAP, DUPS and THROW instructions, and bee_{push,pop}_stack() functions.
  • Write process_record().

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.