mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
Move all non-README links to cirosantilli.com where the file is not cut off...
This commit is contained in:
16
run-gdb
16
run-gdb
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user