GDB (xrefs)
Loading...
Searching...
No Matches
Public Attributes | List of all members
objc_methcall Struct Reference

Public Attributes

const char * name
 
int(* stop_at )(CORE_ADDR, CORE_ADDR *)
 
CORE_ADDR begin
 
CORE_ADDR end
 

Detailed Description

Definition at line 1202 of file objc-lang.c.

Member Data Documentation

◆ begin

CORE_ADDR objc_methcall::begin

Definition at line 1207 of file objc-lang.c.

Referenced by find_objc_msgsend().

◆ end

CORE_ADDR objc_methcall::end

Definition at line 1209 of file objc-lang.c.

Referenced by find_objc_msgsend().

◆ name

const char* objc_methcall::name

◆ stop_at

int(* objc_methcall::stop_at) (CORE_ADDR, CORE_ADDR *)

Definition at line 1205 of file objc-lang.c.


The documentation for this struct was generated from the following file: