This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch v12 2/4] Add debug method interface to the extension language API


Siva Chandra writes:
 > This part adds the debug method interface to the extension language API.
 > 
 > 2014-04-01  Siva Chandra Reddy  <sivachandra@google.com>
 > 
 >         * extension-priv.h (struct extension_language_ops): Add the
 >         debug method interface.
 >         * extension.c (new_debug_method_worker): New function.
 >         (clone_debug_method_worker): Likewise.
 >         (get_matching_debug_method_workers): Likewise.
 >         (get_debug_method_argtypes): Likewise.
 >         (invoke_debug_method): Likewise
 >         (free_debug_method_worker_vec): Likewise.
 >         (make_debug_method_worker_vec_cleanup): Likewise.
 >         * extension.h: New function declarations.
 >         (struct debug_method_worker): New struct.
 >         (VEC (debug_method_worker_ptr)): New vector type.
 >         (debug_method_worker_ptr): New typedef.
 >         (debug_method_worker_vec): Likewise.

LGTM

Thanks!


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]