Various doc fixes for Freebsd and gdb (#7337)
This commit is contained in:
parent
ece6eebc5b
commit
d43d06fc2a
2 changed files with 6 additions and 5 deletions
|
|
@ -1,11 +1,11 @@
|
|||
FreeBSD build instructions
|
||||
==========================
|
||||
|
||||
FreeBSD, as well as other BSD systems have some differencies in the way commands are named and packages installed. This document aims to explain the steps needed to build r2 and r2b-python on FreeBSD.
|
||||
FreeBSD, as well as other BSD systems have some differences in the way commands are named and packages installed. This document aims to explain the steps needed to build r2 and r2b-python on FreeBSD.
|
||||
|
||||
* Note that `make` (from GNU) is named `gmake`
|
||||
* Stuff is installed in /usr/local
|
||||
* gcc and named cc and g++ is c++
|
||||
* gcc is named cc and g++ is c++
|
||||
* valabind is not packaged in the ports
|
||||
|
||||
Radare2 Dependencies:
|
||||
|
|
|
|||
7
doc/gdb
7
doc/gdb
|
|
@ -8,10 +8,11 @@ Running gdbserver
|
|||
|
||||
Connecting from r2
|
||||
------------------
|
||||
$Write failed: Host is down5
|
||||
$ r2 -D gdb gdb://127.0.0.1:2345
|
||||
|
||||
Support implementations
|
||||
===========
|
||||
|
||||
Supported implementations
|
||||
=========================
|
||||
r2 have support for connecting to remote GDB instances:
|
||||
|
||||
x86-32 x86-64 arm arm64 sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue