Man Page: gdb_regs_to_pt_regs
Operating Environment: centos
Section: 9
GDB_REGS_TO_PT_REGS(9) Kernel Debugger Internals GDB_REGS_TO_PT_REGS(9)NAMEgdb_regs_to_pt_regs - Convert GDB regs to ptrace regs.SYNOPSISvoid gdb_regs_to_pt_regs(unsigned long * gdb_regs, struct pt_regs * regs);ARGUMENTSgdb_regs A pointer to hold the registers we've received from GDB. regs A pointer to a struct pt_regs to hold these values in.DESCRIPTIONConvert the GDB regs in gdb_regs into the pt_regs, and store them in regs.AUTHORJason Wessel <jason.wessel@windriver.com> Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 GDB_REGS_TO_PT_REGS(9)
| Related Man Pages |
|---|
| la_i86_pltenter(3ext) - opensolaris |
| la_objsearch(3ext) - opensolaris |
| la_preinit(3ext) - opensolaris |
| kgdb_arch_handle_exception(9) - suse |
| struct_utrace_engine_ops(9) - suse |
| Similar Topics in the Unix Linux Community |
|---|
| How to increment version inside a file? |
| Tar Command |
| Shopt -s histappend |
| CentOS 6 ran out of space, need to reclaim it |
| [TIP] Processing YAML files with yq |