Skip to content
Unofficial mirror of sourceware binutils-gdb repository. Updated daily. https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git
C Assembly D Makefile C++ DTrace Other
Find file
New pull request
Pull request Compare This branch is 5 commits ahead, 84 commits behind bminor:master.
Failed to load latest commit information.
bfd Automatic date update in version.in
binutils MAINTAINERS: Add myself as MIPS maintainer
config libsanitizer merge from upstream r250806, compiler part.
cpu Remove leading/trailing white spaces in ChangeLog
elfcpp [GOLD] R_PPC64_ENTRY support
etc PR external/{16327,16328}: Remove etc/configure.texi and etc/standard…
gas [Patch ARM] Fix build attributes for armv8-a in case of assembler fil…
gdb Packet size limit was removed in a5c0808
gold Implement --long-plt flag (ARM only).
gprof Bump version to 2.26.51
include [Patch ARM] Fix build attributes for armv8-a in case of assembler fil…
intl Regen intl/configure
ld Add forgotten ChangeLog updates for 72d98d1:
libdecnumber Remove leading/trailing white spaces in ChangeLog
libiberty PR other/61321 - demangler crash on casts in template parameters
opcodes Add support for RX V2 Instruction Set
readline Revert "Sync readline/ to version 7.0 alpha"
sim Fix invalid left shift of negative value
texinfo * texinfo/texinfo.tex: Update to version 2009-03-28.05.
zlib Import zlib 1.2.8 with local change merged in.
.cvsignore add autom4te.cache to .cvsignore
.gitattributes Add a .gitattributes file for use with git-merge-changelog
.gitignore Sync the root .gitignore file with GCC's.
COPYING 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
COPYING.LIB 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
COPYING.LIBGLOSS 2013-01-07 Jeff Johnston <jjohnstn@redhat.com>
COPYING.NEWLIB 2013-10-01 Jeff Johnston <jjohnstn@redhat.com>
COPYING3 * COPYING3: New file. Contains version 3 of the GNU General Public Li…
COPYING3.LIB * COPYING3: New file. Contains version 3 of the GNU General Public Li…
ChangeLog binutils: add support for arm-*-darwin and aarch64-*-darwin.
MAINTAINERS Update description of ownership of files in include/
Makefile.def Resync files in the binutils repository that are maintained in the gc…
Makefile.in Resync files in the binutils repository that are maintained in the gc…
Makefile.tpl Sync Makefile.tpl with GCC
README 19990502 sourceware import
README-maintainer-mode Cleanups after the update to Autoconf 2.64, Automake 1.11.
README.md Add a README with rudimentary install instructions
build-rust-os-gdb.sh Add and install rust-gdb script
compile Update from upstream Automake
config-ml.in Sync toplevel files with GCC
config.guess Sync config.sub and config.guess with GCC
config.rpath Remove freebsd1 from libtool.m4 macros and config.rpath.
config.sub Sync config.sub and config.guess with GCC
configure binutils: add support for arm-*-darwin and aarch64-*-darwin.
configure.ac binutils: add support for arm-*-darwin and aarch64-*-darwin.
depcomp Update from upstream Automake
djunpack.bat * djunpack.bat: Use ".." quoting in Sed command, for the sake of
install-sh Update from upstream Automake
libtool.m4 Update libtool.m4 from GCC trunk
ltgcc.m4 * libtool.m4: Update to libtool 2.2.6.
ltmain.sh PR target/59788
ltoptions.m4 Sync Libtool from GCC.
ltsugar.m4 * libtool.m4: Update to libtool 2.2.6.
ltversion.m4 Sync Libtool from GCC.
lt~obsolete.m4 Sync Libtool from GCC.
makefile.vms 19990502 sourceware import
missing Update from upstream Automake
mkdep * mkdep: New file.
mkinstalldirs Update from upstream Automake
move-if-change Update `move-if-change' from gnulib
rust-gdb Add and install rust-gdb script
setup.com 2009-09-01 Tristan Gingold <gingold@adacore.com>
src-release.sh Adjust src-release.sh for sim using the gdb create-version.sh.
symlink-tree 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
ylwrap Update from upstream Automake

README.md

GDB for 64-bit Rust operating systems

Installation

First install the build dependencies:

apt-get install texinfo flex bison python-dev

Then download and build the fixed GDB for x86_64-pc-linux-gnu:

curl -sf https://raw.githubusercontent.com/phil-opp/binutils-gdb/rust-os/build-rust-os-gdb.sh | sh

It will take a while. After completion, you will have a rust-os-gdb subfolder that contains the fixed gdb executable and the rust-gdb script.

Something went wrong with that request. Please try again.