Move all non-README links to cirosantilli.com where the file is not cut off...

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-07-07 00:00:01 +00:00
parent ec74746707
commit 28cd27f969
380 changed files with 419 additions and 419 deletions

16
run-gdb
View File

@@ -97,20 +97,20 @@ Connect with GDB to an emulator to debug Linux itself
default=True,
help='''\
Run `continue` in GDB after connecting.
* https://github.com/cirosantilli/linux-kernel-module-cheat#gdb-step-debug-early-boot
* https://github.com/cirosantilli/linux-kernel-module-cheat#freestanding-programs
* https://github.com/cirosantilli/linux-kernel-module-cheat#baremetal-gdb-step-debug
* https://cirosantilli.com/linux-kernel-module-cheat#gdb-step-debug-early-boot
* https://cirosantilli.com/linux-kernel-module-cheat#freestanding-programs
* https://cirosantilli.com/linux-kernel-module-cheat#baremetal-gdb-step-debug
'''
)
self.add_argument(
'--gdbserver',
default=False,
help='''https://github.com/cirosantilli/linux-kernel-module-cheat#gdbserver'''
help='''https://cirosantilli.com/linux-kernel-module-cheat#gdbserver'''
)
self.add_argument(
'--kgdb',
default=False,
help='''https://github.com/cirosantilli/linux-kernel-module-cheat#kgdb'''
help='''https://cirosantilli.com/linux-kernel-module-cheat#kgdb'''
)
self.add_argument(
'--lxsymbols',
@@ -118,8 +118,8 @@ Run `continue` in GDB after connecting.
help='''\
Use the Linux kernel lxsymbols GDB script.
Only enabled by default when debugging the Linux kernel, not on userland or baremetal.
* https://github.com/cirosantilli/linux-kernel-module-cheat#gdb-step-debug-kernel-module
* https://github.com/cirosantilli/linux-kernel-module-cheat#bypass-lx-symbols
* https://cirosantilli.com/linux-kernel-module-cheat#gdb-step-debug-kernel-module
* https://cirosantilli.com/linux-kernel-module-cheat#bypass-lx-symbols
'''
)
self.add_argument(
@@ -127,7 +127,7 @@ Only enabled by default when debugging the Linux kernel, not on userland or bare
default=False,
help='''\
Use the built-in GDB CPU simulator.
https://github.com/cirosantilli/linux-kernel-module-cheat#gdb-builtin-cpu-simulator
https://cirosantilli.com/linux-kernel-module-cheat#gdb-builtin-cpu-simulator
'''
)
self.add_argument(