GDB (xrefs)
Functions
/tmp/gdb-8.1/gdb/x86-nat.h File Reference
#include "nat/x86-dregs.h"

Go to the source code of this file.

Functions

void x86_use_watchpoints (struct target_ops *)
 
void x86_set_debug_register_length (int len)
 
void x86_cleanup_dregs (void)
 
void x86_forget_process (pid_t pid)
 

Function Documentation

◆ x86_cleanup_dregs()

void x86_cleanup_dregs ( void  )

◆ x86_forget_process()

void x86_forget_process ( pid_t  pid)

Definition at line 113 of file x86-nat.c.

References proc::next, pid, x86_process_list, and xfree().

Referenced by x86_cleanup_dregs(), and x86_linux_add_target().

◆ x86_set_debug_register_length()

void x86_set_debug_register_length ( int  len)

◆ x86_use_watchpoints()

void x86_use_watchpoints ( struct target_ops )