revert previous patch so that I can re-commit with correct author
This commit is contained in:
parent
dc6c87175b
commit
71dd4b30a7
19 changed files with 14 additions and 682 deletions
|
@ -105,22 +105,6 @@ typedef struct
|
|||
extern int emit_continue_event (ptid_t ptid);
|
||||
extern int emit_exited_event (const LONGEST *exit_code, struct inferior *inf);
|
||||
|
||||
/* For inferior function call events, discriminate whether event is
|
||||
before or after the call. */
|
||||
|
||||
typedef enum
|
||||
{
|
||||
/* Before the call */
|
||||
INFERIOR_CALL_PRE,
|
||||
/* after the call */
|
||||
INFERIOR_CALL_POST,
|
||||
} inferior_call_kind;
|
||||
|
||||
extern int emit_inferior_call_event (inferior_call_kind kind,
|
||||
ptid_t thread, CORE_ADDR addr);
|
||||
extern int emit_register_changed_event (struct frame_info *frame,
|
||||
int regnum);
|
||||
extern int emit_memory_changed_event (CORE_ADDR addr, ssize_t len);
|
||||
extern int evpy_emit_event (PyObject *event,
|
||||
eventregistry_object *registry)
|
||||
CPYCHECKER_STEALS_REFERENCE_TO_ARG (1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue