diff options
Diffstat (limited to 'gdb/common/agent.h')
-rw-r--r-- | gdb/common/agent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/common/agent.h b/gdb/common/agent.h index fa8bc36..aec0221 100644 --- a/gdb/common/agent.h +++ b/gdb/common/agent.h @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -int agent_run_command (int pid, const char *cmd); +int agent_run_command (int pid, const char *cmd, int len); int agent_look_up_symbols (void *); |