Searched refs:gdb (Results 1 – 6 of 6) sorted by relevance
/linux-4.19.296/fs/ext4/ |
D | resize.c | 586 struct buffer_head *gdb; in setup_new_flex_group_blocks() local 593 gdb = sb_getblk(sb, block); in setup_new_flex_group_blocks() 594 if (unlikely(!gdb)) { in setup_new_flex_group_blocks() 599 BUFFER_TRACE(gdb, "get_write_access"); in setup_new_flex_group_blocks() 600 err = ext4_journal_get_write_access(handle, gdb); in setup_new_flex_group_blocks() 602 brelse(gdb); in setup_new_flex_group_blocks() 605 memcpy(gdb->b_data, sbi_array_rcu_deref(sbi, in setup_new_flex_group_blocks() 606 s_group_desc, j)->b_data, gdb->b_size); in setup_new_flex_group_blocks() 607 set_buffer_uptodate(gdb); in setup_new_flex_group_blocks() 609 err = ext4_handle_dirty_metadata(handle, NULL, gdb); in setup_new_flex_group_blocks() [all …]
|
/linux-4.19.296/ |
D | .gitignore | 56 /vmlinux-gdb.py
|
D | MAINTAINERS | 6096 F: scripts/gdb/
|
/linux-4.19.296/lib/ |
D | Kconfig.kgdb | 11 kernel using gdb. It is recommended but not required, that
|
D | Kconfig.debug | 161 tools like crash, kgdb, LKCD, gdb, etc on the kernel. 189 Requires recent gcc (4.7+) and recent gdb/binutils. 199 of gcc and gdb. It makes the debug information larger. 201 variables in gdb on optimized code. 208 build directory. If you load vmlinux into gdb, the helper 209 scripts will be automatically imported by gdb as well, and 211 instance. See Documentation/dev-tools/gdb-kernel-debugging.rst 1631 firescope and access all memory below 4GB using fireproxy from gdb.
|
/linux-4.19.296/fs/proc/ |
D | Kconfig | 37 be read with gdb and other ELF tools. No modifications can be
|