Skip to content

Commit

Permalink
Update for IDA 6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
wjp committed Jan 16, 2016
1 parent cfceb1c commit 8b0ef6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dosbox_debmod.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ gdecode_t idaapi dosbox_debmod_t::dbg_get_debug_event(debug_event_t *event, int
}

//--------------------------------------------------------------------------
int idaapi dosbox_debmod_t::dbg_attach_process(pid_t pid, int /*event_id*/)
int idaapi dosbox_debmod_t::dbg_attach_process(pid_t pid, int /*event_id*/, int /* flags */)
{
/*
if ( !trk.attach_process(pid) )
Expand Down
2 changes: 1 addition & 1 deletion dosbox_debmod.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class dosbox_debmod_t: public pc_debmod_t
const char *input_path,
uint32 input_file_crc32);
virtual gdecode_t idaapi dbg_get_debug_event(debug_event_t *event, int timeout_ms);
virtual int idaapi dbg_attach_process(pid_t process_id, int event_id);
virtual int idaapi dbg_attach_process(pid_t process_id, int event_id, int flags);
virtual int idaapi dbg_prepare_to_pause_process(void);
virtual int idaapi dbg_exit_process(void);
virtual int idaapi dbg_continue_after_event(const debug_event_t *event);
Expand Down

0 comments on commit 8b0ef6a

Please sign in to comment.