1999-04-16 09:35:26 +08:00
|
|
|
|
/* Functions for manipulating expressions designed to be executed on the agent
|
2019-01-01 14:01:51 +08:00
|
|
|
|
Copyright (C) 1998-2019 Free Software Foundation, Inc.
|
1999-04-16 09:35:26 +08:00
|
|
|
|
|
1999-07-08 04:19:36 +08:00
|
|
|
|
This file is part of GDB.
|
1999-04-16 09:35:26 +08:00
|
|
|
|
|
1999-07-08 04:19:36 +08:00
|
|
|
|
This program is free software; you can redistribute it and/or modify
|
|
|
|
|
it under the terms of the GNU General Public License as published by
|
2007-08-24 02:08:50 +08:00
|
|
|
|
the Free Software Foundation; either version 3 of the License, or
|
1999-07-08 04:19:36 +08:00
|
|
|
|
(at your option) any later version.
|
1999-04-16 09:35:26 +08:00
|
|
|
|
|
1999-07-08 04:19:36 +08:00
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
|
GNU General Public License for more details.
|
1999-04-16 09:35:26 +08:00
|
|
|
|
|
1999-07-08 04:19:36 +08:00
|
|
|
|
You should have received a copy of the GNU General Public License
|
2007-08-24 02:08:50 +08:00
|
|
|
|
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
1999-04-16 09:35:26 +08:00
|
|
|
|
|
|
|
|
|
/* Despite what the above comment says about this file being part of
|
|
|
|
|
GDB, we would like to keep these functions free of GDB
|
|
|
|
|
dependencies, since we want to be able to use them in contexts
|
|
|
|
|
outside of GDB (test suites, the stub, etc.) */
|
|
|
|
|
|
|
|
|
|
#include "defs.h"
|
2019-04-03 10:04:24 +08:00
|
|
|
|
#include "ax.h"
|
Don't include gdbarch.h from defs.h
I touched symtab.h and was surprised to see how many files were
rebuilt. I looked into it a bit, and found that defs.h includes
gdbarch.h, which in turn includes many things.
gdbarch.h is only needed by a minority ofthe files in gdb, so this
patch removes the include from defs.h and updates the fallout.
I did "wc -l" on the files in build/gdb/.deps; this patch reduces the
line count from 139935 to 137030; so there are definitely future
build-time savings here.
Note that while I configured with --enable-targets=all, it's possible
that some *-nat.c file needs an update. I could not test all of
these. The buildbot caught a few problems along these lines.
gdb/ChangeLog
2019-07-10 Tom Tromey <tom@tromey.com>
* defs.h: Don't include gdbarch.h.
* aarch64-ravenscar-thread.c, aarch64-tdep.c, alpha-bsd-tdep.h,
alpha-linux-tdep.c, alpha-mdebug-tdep.c, arch-utils.h, arm-tdep.h,
ax-general.c, btrace.c, buildsym-legacy.c, buildsym.h, c-lang.c,
cli/cli-decode.h, cli/cli-dump.c, cli/cli-script.h,
cli/cli-style.h, coff-pe-read.h, compile/compile-c-support.c,
compile/compile-cplus.h, compile/compile-loc2c.c, corefile.c,
cp-valprint.c, cris-linux-tdep.c, ctf.c, d-lang.c, d-namespace.c,
dcache.c, dicos-tdep.c, dictionary.c, disasm-selftests.c,
dummy-frame.c, dummy-frame.h, dwarf2-frame-tailcall.c,
dwarf2expr.c, expression.h, f-lang.c, frame-base.c,
frame-unwind.c, frv-linux-tdep.c, gdbarch-selftests.c, gdbtypes.h,
go-lang.c, hppa-nbsd-tdep.c, hppa-obsd-tdep.c, i386-dicos-tdep.c,
i386-tdep.h, ia64-vms-tdep.c, interps.h, language.c,
linux-record.c, location.h, m2-lang.c, m32r-linux-tdep.c,
mem-break.c, memattr.c, mn10300-linux-tdep.c, nios2-linux-tdep.c,
objfiles.h, opencl-lang.c, or1k-linux-tdep.c, p-lang.c,
parser-defs.h, ppc-tdep.h, probe.h, python/py-record-btrace.c,
record-btrace.c, record.h, regcache-dump.c, regcache.h,
riscv-fbsd-tdep.c, riscv-linux-tdep.c, rust-exp.y,
sh-linux-tdep.c, sh-nbsd-tdep.c, source-cache.c,
sparc-nbsd-tdep.c, sparc-obsd-tdep.c, sparc-ravenscar-thread.c,
sparc64-fbsd-tdep.c, std-regs.c, target-descriptions.h,
target-float.c, tic6x-linux-tdep.c, tilegx-linux-tdep.c, top.c,
tracefile.c, trad-frame.c, type-stack.h, ui-style.c, utils.c,
utils.h, valarith.c, valprint.c, varobj.c, x86-tdep.c,
xml-support.h, xtensa-linux-tdep.c, cli/cli-cmds.h: Update.
* s390-linux-nat.c, procfs.c, inf-ptrace.c: Likewise.
2019-06-10 05:21:02 +08:00
|
|
|
|
#include "gdbarch.h"
|
2019-04-07 03:38:10 +08:00
|
|
|
|
|
2019-04-03 10:04:24 +08:00
|
|
|
|
#include "value.h"
|
2019-04-07 03:38:10 +08:00
|
|
|
|
#include "user-regs.h"
|
2010-12-29 00:00:13 +08:00
|
|
|
|
|
2000-05-28 09:12:42 +08:00
|
|
|
|
static void grow_expr (struct agent_expr *x, int n);
|
1999-05-26 02:09:09 +08:00
|
|
|
|
|
2000-05-28 09:12:42 +08:00
|
|
|
|
static void append_const (struct agent_expr *x, LONGEST val, int n);
|
1999-05-26 02:09:09 +08:00
|
|
|
|
|
2000-05-28 09:12:42 +08:00
|
|
|
|
static LONGEST read_const (struct agent_expr *x, int o, int n);
|
1999-05-26 02:09:09 +08:00
|
|
|
|
|
2000-05-28 09:12:42 +08:00
|
|
|
|
static void generic_ext (struct agent_expr *x, enum agent_op op, int n);
|
1999-04-16 09:35:26 +08:00
|
|
|
|
|
|
|
|
|
/* Functions for building expressions. */
|
|
|
|
|
|
'struct agent_expr *' -> unique_ptr<agent_expr>
This patch makes the gen_* functions return a unique_ptr instead of
raw pointer:
typedef gdb::unique_ptr<agent_expr> agent_expr_up;
and then adjusts the codebase throughout to stop using
make_cleanup_free_agent_expr.
The cond_bytecode and cmd_bytecode fields of struct bp_location are
owning pointers, so they're changed to be unique_ptr's instead of raw
pointers.
gdb/ChangeLog:
2016-11-08 Pedro Alves <palves@redhat.com>
* ax-gdb.c (is_nontrivial_conversion): Use agent_expr_up.
(gen_trace_for_var, gen_trace_for_expr, gen_eval_for_expr)
(gen_trace_for_return_address, gen_printf): Use and return an
agent_expr_up. Don't use make_cleanup_free_agent_expr.
(agent_eval_command_one, maint_agent_printf_command): Use
agent_expr_up. Don't use make_cleanup_free_agent_expr.
* ax-gdb.h (gen_trace_for_expr, gen_trace_for_var)
(gen_trace_for_return_address, gen_eval_for_expr, gen_printf): Use
agent_expr_up.
* ax-general.c (new_agent_expr): Rename to ...
(agent_expr::agent_expr): ... this, and now a constructor.
(free_agent_expr): Rename to ...
(agent_expr::~agent_exp): ... this, and now a destructor.
(do_free_agent_expr_cleanup, make_cleanup_free_agent_expr):
Delete.
* ax.h (struct agent_expr): Add ctor/dtor.
(agent_expr_up): New typedef.
(new_agent_expr, free_agent_expr, make_cleanup_free_agent_expr):
Delete declarations.
* breakpoint.c (parse_cond_to_aexpr): Use and return an
agent_expr_up. Don't use make_cleanup_free_agent_expr.
(build_target_condition_list): Adjust to use agent_expr_up.
(parse_cmd_to_aexpr): Use and return an agent_expr_up. Don't use
make_cleanup_free_agent_expr.
(build_target_command_list): Adjust to use agent_expr_up.
(force_breakpoint_reinsertion): Adjust to use agent_expr_up.
(bp_location_dtor): Remove unnecessary free_agent_expr and xfree
calls.
* breakpoint.h (struct bp_target_info) <cond_bytecode,
cmd_bytecode>: Now agent_expr_up's.
* remote.c (remote_download_tracepoint): Adjust to use
agent_expr_up and remove use of make_cleanup_free_agent_expr.
* tracepoint.c (validate_actionline, collect_symbol): Adjust to
use agent_expr_up and remove uses of make_cleanup_free_agent_expr.
(collection_list::~collection_list): Call delete instead of
free_agent_expr.
(encode_actions_1): Adjust to use agent_expr_up and remove uses of
make_cleanup_free_agent_expr.
(add_aexpr): Change parameter type to agent_expr_up; Return a raw
agent_expr pointer.
2016-11-08 23:26:47 +08:00
|
|
|
|
agent_expr::agent_expr (struct gdbarch *gdbarch, CORE_ADDR scope)
|
1999-04-16 09:35:26 +08:00
|
|
|
|
{
|
'struct agent_expr *' -> unique_ptr<agent_expr>
This patch makes the gen_* functions return a unique_ptr instead of
raw pointer:
typedef gdb::unique_ptr<agent_expr> agent_expr_up;
and then adjusts the codebase throughout to stop using
make_cleanup_free_agent_expr.
The cond_bytecode and cmd_bytecode fields of struct bp_location are
owning pointers, so they're changed to be unique_ptr's instead of raw
pointers.
gdb/ChangeLog:
2016-11-08 Pedro Alves <palves@redhat.com>
* ax-gdb.c (is_nontrivial_conversion): Use agent_expr_up.
(gen_trace_for_var, gen_trace_for_expr, gen_eval_for_expr)
(gen_trace_for_return_address, gen_printf): Use and return an
agent_expr_up. Don't use make_cleanup_free_agent_expr.
(agent_eval_command_one, maint_agent_printf_command): Use
agent_expr_up. Don't use make_cleanup_free_agent_expr.
* ax-gdb.h (gen_trace_for_expr, gen_trace_for_var)
(gen_trace_for_return_address, gen_eval_for_expr, gen_printf): Use
agent_expr_up.
* ax-general.c (new_agent_expr): Rename to ...
(agent_expr::agent_expr): ... this, and now a constructor.
(free_agent_expr): Rename to ...
(agent_expr::~agent_exp): ... this, and now a destructor.
(do_free_agent_expr_cleanup, make_cleanup_free_agent_expr):
Delete.
* ax.h (struct agent_expr): Add ctor/dtor.
(agent_expr_up): New typedef.
(new_agent_expr, free_agent_expr, make_cleanup_free_agent_expr):
Delete declarations.
* breakpoint.c (parse_cond_to_aexpr): Use and return an
agent_expr_up. Don't use make_cleanup_free_agent_expr.
(build_target_condition_list): Adjust to use agent_expr_up.
(parse_cmd_to_aexpr): Use and return an agent_expr_up. Don't use
make_cleanup_free_agent_expr.
(build_target_command_list): Adjust to use agent_expr_up.
(force_breakpoint_reinsertion): Adjust to use agent_expr_up.
(bp_location_dtor): Remove unnecessary free_agent_expr and xfree
calls.
* breakpoint.h (struct bp_target_info) <cond_bytecode,
cmd_bytecode>: Now agent_expr_up's.
* remote.c (remote_download_tracepoint): Adjust to use
agent_expr_up and remove use of make_cleanup_free_agent_expr.
* tracepoint.c (validate_actionline, collect_symbol): Adjust to
use agent_expr_up and remove uses of make_cleanup_free_agent_expr.
(collection_list::~collection_list): Call delete instead of
free_agent_expr.
(encode_actions_1): Adjust to use agent_expr_up and remove uses of
make_cleanup_free_agent_expr.
(add_aexpr): Change parameter type to agent_expr_up; Return a raw
agent_expr pointer.
2016-11-08 23:26:47 +08:00
|
|
|
|
this->len = 0;
|
|
|
|
|
this->size = 1; /* Change this to a larger value once
|
1999-04-16 09:35:26 +08:00
|
|
|
|
reallocation code is tested. */
|
'struct agent_expr *' -> unique_ptr<agent_expr>
This patch makes the gen_* functions return a unique_ptr instead of
raw pointer:
typedef gdb::unique_ptr<agent_expr> agent_expr_up;
and then adjusts the codebase throughout to stop using
make_cleanup_free_agent_expr.
The cond_bytecode and cmd_bytecode fields of struct bp_location are
owning pointers, so they're changed to be unique_ptr's instead of raw
pointers.
gdb/ChangeLog:
2016-11-08 Pedro Alves <palves@redhat.com>
* ax-gdb.c (is_nontrivial_conversion): Use agent_expr_up.
(gen_trace_for_var, gen_trace_for_expr, gen_eval_for_expr)
(gen_trace_for_return_address, gen_printf): Use and return an
agent_expr_up. Don't use make_cleanup_free_agent_expr.
(agent_eval_command_one, maint_agent_printf_command): Use
agent_expr_up. Don't use make_cleanup_free_agent_expr.
* ax-gdb.h (gen_trace_for_expr, gen_trace_for_var)
(gen_trace_for_return_address, gen_eval_for_expr, gen_printf): Use
agent_expr_up.
* ax-general.c (new_agent_expr): Rename to ...
(agent_expr::agent_expr): ... this, and now a constructor.
(free_agent_expr): Rename to ...
(agent_expr::~agent_exp): ... this, and now a destructor.
(do_free_agent_expr_cleanup, make_cleanup_free_agent_expr):
Delete.
* ax.h (struct agent_expr): Add ctor/dtor.
(agent_expr_up): New typedef.
(new_agent_expr, free_agent_expr, make_cleanup_free_agent_expr):
Delete declarations.
* breakpoint.c (parse_cond_to_aexpr): Use and return an
agent_expr_up. Don't use make_cleanup_free_agent_expr.
(build_target_condition_list): Adjust to use agent_expr_up.
(parse_cmd_to_aexpr): Use and return an agent_expr_up. Don't use
make_cleanup_free_agent_expr.
(build_target_command_list): Adjust to use agent_expr_up.
(force_breakpoint_reinsertion): Adjust to use agent_expr_up.
(bp_location_dtor): Remove unnecessary free_agent_expr and xfree
calls.
* breakpoint.h (struct bp_target_info) <cond_bytecode,
cmd_bytecode>: Now agent_expr_up's.
* remote.c (remote_download_tracepoint): Adjust to use
agent_expr_up and remove use of make_cleanup_free_agent_expr.
* tracepoint.c (validate_actionline, collect_symbol): Adjust to
use agent_expr_up and remove uses of make_cleanup_free_agent_expr.
(collection_list::~collection_list): Call delete instead of
free_agent_expr.
(encode_actions_1): Adjust to use agent_expr_up and remove uses of
make_cleanup_free_agent_expr.
(add_aexpr): Change parameter type to agent_expr_up; Return a raw
agent_expr pointer.
2016-11-08 23:26:47 +08:00
|
|
|
|
this->buf = (unsigned char *) xmalloc (this->size);
|
2010-04-24 07:51:05 +08:00
|
|
|
|
|
'struct agent_expr *' -> unique_ptr<agent_expr>
This patch makes the gen_* functions return a unique_ptr instead of
raw pointer:
typedef gdb::unique_ptr<agent_expr> agent_expr_up;
and then adjusts the codebase throughout to stop using
make_cleanup_free_agent_expr.
The cond_bytecode and cmd_bytecode fields of struct bp_location are
owning pointers, so they're changed to be unique_ptr's instead of raw
pointers.
gdb/ChangeLog:
2016-11-08 Pedro Alves <palves@redhat.com>
* ax-gdb.c (is_nontrivial_conversion): Use agent_expr_up.
(gen_trace_for_var, gen_trace_for_expr, gen_eval_for_expr)
(gen_trace_for_return_address, gen_printf): Use and return an
agent_expr_up. Don't use make_cleanup_free_agent_expr.
(agent_eval_command_one, maint_agent_printf_command): Use
agent_expr_up. Don't use make_cleanup_free_agent_expr.
* ax-gdb.h (gen_trace_for_expr, gen_trace_for_var)
(gen_trace_for_return_address, gen_eval_for_expr, gen_printf): Use
agent_expr_up.
* ax-general.c (new_agent_expr): Rename to ...
(agent_expr::agent_expr): ... this, and now a constructor.
(free_agent_expr): Rename to ...
(agent_expr::~agent_exp): ... this, and now a destructor.
(do_free_agent_expr_cleanup, make_cleanup_free_agent_expr):
Delete.
* ax.h (struct agent_expr): Add ctor/dtor.
(agent_expr_up): New typedef.
(new_agent_expr, free_agent_expr, make_cleanup_free_agent_expr):
Delete declarations.
* breakpoint.c (parse_cond_to_aexpr): Use and return an
agent_expr_up. Don't use make_cleanup_free_agent_expr.
(build_target_condition_list): Adjust to use agent_expr_up.
(parse_cmd_to_aexpr): Use and return an agent_expr_up. Don't use
make_cleanup_free_agent_expr.
(build_target_command_list): Adjust to use agent_expr_up.
(force_breakpoint_reinsertion): Adjust to use agent_expr_up.
(bp_location_dtor): Remove unnecessary free_agent_expr and xfree
calls.
* breakpoint.h (struct bp_target_info) <cond_bytecode,
cmd_bytecode>: Now agent_expr_up's.
* remote.c (remote_download_tracepoint): Adjust to use
agent_expr_up and remove use of make_cleanup_free_agent_expr.
* tracepoint.c (validate_actionline, collect_symbol): Adjust to
use agent_expr_up and remove uses of make_cleanup_free_agent_expr.
(collection_list::~collection_list): Call delete instead of
free_agent_expr.
(encode_actions_1): Adjust to use agent_expr_up and remove uses of
make_cleanup_free_agent_expr.
(add_aexpr): Change parameter type to agent_expr_up; Return a raw
agent_expr pointer.
2016-11-08 23:26:47 +08:00
|
|
|
|
this->gdbarch = gdbarch;
|
|
|
|
|
this->scope = scope;
|
1999-04-16 09:35:26 +08:00
|
|
|
|
|
2010-04-24 07:51:05 +08:00
|
|
|
|
/* Bit vector for registers used. */
|
'struct agent_expr *' -> unique_ptr<agent_expr>
This patch makes the gen_* functions return a unique_ptr instead of
raw pointer:
typedef gdb::unique_ptr<agent_expr> agent_expr_up;
and then adjusts the codebase throughout to stop using
make_cleanup_free_agent_expr.
The cond_bytecode and cmd_bytecode fields of struct bp_location are
owning pointers, so they're changed to be unique_ptr's instead of raw
pointers.
gdb/ChangeLog:
2016-11-08 Pedro Alves <palves@redhat.com>
* ax-gdb.c (is_nontrivial_conversion): Use agent_expr_up.
(gen_trace_for_var, gen_trace_for_expr, gen_eval_for_expr)
(gen_trace_for_return_address, gen_printf): Use and return an
agent_expr_up. Don't use make_cleanup_free_agent_expr.
(agent_eval_command_one, maint_agent_printf_command): Use
agent_expr_up. Don't use make_cleanup_free_agent_expr.
* ax-gdb.h (gen_trace_for_expr, gen_trace_for_var)
(gen_trace_for_return_address, gen_eval_for_expr, gen_printf): Use
agent_expr_up.
* ax-general.c (new_agent_expr): Rename to ...
(agent_expr::agent_expr): ... this, and now a constructor.
(free_agent_expr): Rename to ...
(agent_expr::~agent_exp): ... this, and now a destructor.
(do_free_agent_expr_cleanup, make_cleanup_free_agent_expr):
Delete.
* ax.h (struct agent_expr): Add ctor/dtor.
(agent_expr_up): New typedef.
(new_agent_expr, free_agent_expr, make_cleanup_free_agent_expr):
Delete declarations.
* breakpoint.c (parse_cond_to_aexpr): Use and return an
agent_expr_up. Don't use make_cleanup_free_agent_expr.
(build_target_condition_list): Adjust to use agent_expr_up.
(parse_cmd_to_aexpr): Use and return an agent_expr_up. Don't use
make_cleanup_free_agent_expr.
(build_target_command_list): Adjust to use agent_expr_up.
(force_breakpoint_reinsertion): Adjust to use agent_expr_up.
(bp_location_dtor): Remove unnecessary free_agent_expr and xfree
calls.
* breakpoint.h (struct bp_target_info) <cond_bytecode,
cmd_bytecode>: Now agent_expr_up's.
* remote.c (remote_download_tracepoint): Adjust to use
agent_expr_up and remove use of make_cleanup_free_agent_expr.
* tracepoint.c (validate_actionline, collect_symbol): Adjust to
use agent_expr_up and remove uses of make_cleanup_free_agent_expr.
(collection_list::~collection_list): Call delete instead of
free_agent_expr.
(encode_actions_1): Adjust to use agent_expr_up and remove uses of
make_cleanup_free_agent_expr.
(add_aexpr): Change parameter type to agent_expr_up; Return a raw
agent_expr pointer.
2016-11-08 23:26:47 +08:00
|
|
|
|
this->reg_mask_len = 1;
|
|
|
|
|
this->reg_mask = XCNEWVEC (unsigned char, this->reg_mask_len);
|
2013-03-22 00:09:27 +08:00
|
|
|
|
|
'struct agent_expr *' -> unique_ptr<agent_expr>
This patch makes the gen_* functions return a unique_ptr instead of
raw pointer:
typedef gdb::unique_ptr<agent_expr> agent_expr_up;
and then adjusts the codebase throughout to stop using
make_cleanup_free_agent_expr.
The cond_bytecode and cmd_bytecode fields of struct bp_location are
owning pointers, so they're changed to be unique_ptr's instead of raw
pointers.
gdb/ChangeLog:
2016-11-08 Pedro Alves <palves@redhat.com>
* ax-gdb.c (is_nontrivial_conversion): Use agent_expr_up.
(gen_trace_for_var, gen_trace_for_expr, gen_eval_for_expr)
(gen_trace_for_return_address, gen_printf): Use and return an
agent_expr_up. Don't use make_cleanup_free_agent_expr.
(agent_eval_command_one, maint_agent_printf_command): Use
agent_expr_up. Don't use make_cleanup_free_agent_expr.
* ax-gdb.h (gen_trace_for_expr, gen_trace_for_var)
(gen_trace_for_return_address, gen_eval_for_expr, gen_printf): Use
agent_expr_up.
* ax-general.c (new_agent_expr): Rename to ...
(agent_expr::agent_expr): ... this, and now a constructor.
(free_agent_expr): Rename to ...
(agent_expr::~agent_exp): ... this, and now a destructor.
(do_free_agent_expr_cleanup, make_cleanup_free_agent_expr):
Delete.
* ax.h (struct agent_expr): Add ctor/dtor.
(agent_expr_up): New typedef.
(new_agent_expr, free_agent_expr, make_cleanup_free_agent_expr):
Delete declarations.
* breakpoint.c (parse_cond_to_aexpr): Use and return an
agent_expr_up. Don't use make_cleanup_free_agent_expr.
(build_target_condition_list): Adjust to use agent_expr_up.
(parse_cmd_to_aexpr): Use and return an agent_expr_up. Don't use
make_cleanup_free_agent_expr.
(build_target_command_list): Adjust to use agent_expr_up.
(force_breakpoint_reinsertion): Adjust to use agent_expr_up.
(bp_location_dtor): Remove unnecessary free_agent_expr and xfree
calls.
* breakpoint.h (struct bp_target_info) <cond_bytecode,
cmd_bytecode>: Now agent_expr_up's.
* remote.c (remote_download_tracepoint): Adjust to use
agent_expr_up and remove use of make_cleanup_free_agent_expr.
* tracepoint.c (validate_actionline, collect_symbol): Adjust to
use agent_expr_up and remove uses of make_cleanup_free_agent_expr.
(collection_list::~collection_list): Call delete instead of
free_agent_expr.
(encode_actions_1): Adjust to use agent_expr_up and remove uses of
make_cleanup_free_agent_expr.
(add_aexpr): Change parameter type to agent_expr_up; Return a raw
agent_expr pointer.
2016-11-08 23:26:47 +08:00
|
|
|
|
this->tracing = 0;
|
|
|
|
|
this->trace_string = 0;
|
1999-04-16 09:35:26 +08:00
|
|
|
|
}
|
|
|
|
|
|
'struct agent_expr *' -> unique_ptr<agent_expr>
This patch makes the gen_* functions return a unique_ptr instead of
raw pointer:
typedef gdb::unique_ptr<agent_expr> agent_expr_up;
and then adjusts the codebase throughout to stop using
make_cleanup_free_agent_expr.
The cond_bytecode and cmd_bytecode fields of struct bp_location are
owning pointers, so they're changed to be unique_ptr's instead of raw
pointers.
gdb/ChangeLog:
2016-11-08 Pedro Alves <palves@redhat.com>
* ax-gdb.c (is_nontrivial_conversion): Use agent_expr_up.
(gen_trace_for_var, gen_trace_for_expr, gen_eval_for_expr)
(gen_trace_for_return_address, gen_printf): Use and return an
agent_expr_up. Don't use make_cleanup_free_agent_expr.
(agent_eval_command_one, maint_agent_printf_command): Use
agent_expr_up. Don't use make_cleanup_free_agent_expr.
* ax-gdb.h (gen_trace_for_expr, gen_trace_for_var)
(gen_trace_for_return_address, gen_eval_for_expr, gen_printf): Use
agent_expr_up.
* ax-general.c (new_agent_expr): Rename to ...
(agent_expr::agent_expr): ... this, and now a constructor.
(free_agent_expr): Rename to ...
(agent_expr::~agent_exp): ... this, and now a destructor.
(do_free_agent_expr_cleanup, make_cleanup_free_agent_expr):
Delete.
* ax.h (struct agent_expr): Add ctor/dtor.
(agent_expr_up): New typedef.
(new_agent_expr, free_agent_expr, make_cleanup_free_agent_expr):
Delete declarations.
* breakpoint.c (parse_cond_to_aexpr): Use and return an
agent_expr_up. Don't use make_cleanup_free_agent_expr.
(build_target_condition_list): Adjust to use agent_expr_up.
(parse_cmd_to_aexpr): Use and return an agent_expr_up. Don't use
make_cleanup_free_agent_expr.
(build_target_command_list): Adjust to use agent_expr_up.
(force_breakpoint_reinsertion): Adjust to use agent_expr_up.
(bp_location_dtor): Remove unnecessary free_agent_expr and xfree
calls.
* breakpoint.h (struct bp_target_info) <cond_bytecode,
cmd_bytecode>: Now agent_expr_up's.
* remote.c (remote_download_tracepoint): Adjust to use
agent_expr_up and remove use of make_cleanup_free_agent_expr.
* tracepoint.c (validate_actionline, collect_symbol): Adjust to
use agent_expr_up and remove uses of make_cleanup_free_agent_expr.
(collection_list::~collection_list): Call delete instead of
free_agent_expr.
(encode_actions_1): Adjust to use agent_expr_up and remove uses of
make_cleanup_free_agent_expr.
(add_aexpr): Change parameter type to agent_expr_up; Return a raw
agent_expr pointer.
2016-11-08 23:26:47 +08:00
|
|
|
|
agent_expr::~agent_expr ()
|
2000-05-15 14:15:27 +08:00
|
|
|
|
{
|
'struct agent_expr *' -> unique_ptr<agent_expr>
This patch makes the gen_* functions return a unique_ptr instead of
raw pointer:
typedef gdb::unique_ptr<agent_expr> agent_expr_up;
and then adjusts the codebase throughout to stop using
make_cleanup_free_agent_expr.
The cond_bytecode and cmd_bytecode fields of struct bp_location are
owning pointers, so they're changed to be unique_ptr's instead of raw
pointers.
gdb/ChangeLog:
2016-11-08 Pedro Alves <palves@redhat.com>
* ax-gdb.c (is_nontrivial_conversion): Use agent_expr_up.
(gen_trace_for_var, gen_trace_for_expr, gen_eval_for_expr)
(gen_trace_for_return_address, gen_printf): Use and return an
agent_expr_up. Don't use make_cleanup_free_agent_expr.
(agent_eval_command_one, maint_agent_printf_command): Use
agent_expr_up. Don't use make_cleanup_free_agent_expr.
* ax-gdb.h (gen_trace_for_expr, gen_trace_for_var)
(gen_trace_for_return_address, gen_eval_for_expr, gen_printf): Use
agent_expr_up.
* ax-general.c (new_agent_expr): Rename to ...
(agent_expr::agent_expr): ... this, and now a constructor.
(free_agent_expr): Rename to ...
(agent_expr::~agent_exp): ... this, and now a destructor.
(do_free_agent_expr_cleanup, make_cleanup_free_agent_expr):
Delete.
* ax.h (struct agent_expr): Add ctor/dtor.
(agent_expr_up): New typedef.
(new_agent_expr, free_agent_expr, make_cleanup_free_agent_expr):
Delete declarations.
* breakpoint.c (parse_cond_to_aexpr): Use and return an
agent_expr_up. Don't use make_cleanup_free_agent_expr.
(build_target_condition_list): Adjust to use agent_expr_up.
(parse_cmd_to_aexpr): Use and return an agent_expr_up. Don't use
make_cleanup_free_agent_expr.
(build_target_command_list): Adjust to use agent_expr_up.
(force_breakpoint_reinsertion): Adjust to use agent_expr_up.
(bp_location_dtor): Remove unnecessary free_agent_expr and xfree
calls.
* breakpoint.h (struct bp_target_info) <cond_bytecode,
cmd_bytecode>: Now agent_expr_up's.
* remote.c (remote_download_tracepoint): Adjust to use
agent_expr_up and remove use of make_cleanup_free_agent_expr.
* tracepoint.c (validate_actionline, collect_symbol): Adjust to
use agent_expr_up and remove uses of make_cleanup_free_agent_expr.
(collection_list::~collection_list): Call delete instead of
free_agent_expr.
(encode_actions_1): Adjust to use agent_expr_up and remove uses of
make_cleanup_free_agent_expr.
(add_aexpr): Change parameter type to agent_expr_up; Return a raw
agent_expr pointer.
2016-11-08 23:26:47 +08:00
|
|
|
|
xfree (this->buf);
|
|
|
|
|
xfree (this->reg_mask);
|
2000-05-15 14:15:27 +08:00
|
|
|
|
}
|
|
|
|
|
|
1999-04-16 09:35:26 +08:00
|
|
|
|
/* Make sure that X has room for at least N more bytes. This doesn't
|
|
|
|
|
affect the length, just the allocated size. */
|
|
|
|
|
static void
|
2000-07-30 09:48:28 +08:00
|
|
|
|
grow_expr (struct agent_expr *x, int n)
|
1999-04-16 09:35:26 +08:00
|
|
|
|
{
|
|
|
|
|
if (x->len + n > x->size)
|
|
|
|
|
{
|
|
|
|
|
x->size *= 2;
|
|
|
|
|
if (x->size < x->len + n)
|
|
|
|
|
x->size = x->len + n + 10;
|
2015-09-26 02:08:06 +08:00
|
|
|
|
x->buf = (unsigned char *) xrealloc (x->buf, x->size);
|
1999-04-16 09:35:26 +08:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Append the low N bytes of VAL as an N-byte integer to the
|
|
|
|
|
expression X, in big-endian order. */
|
|
|
|
|
static void
|
2000-07-30 09:48:28 +08:00
|
|
|
|
append_const (struct agent_expr *x, LONGEST val, int n)
|
1999-04-16 09:35:26 +08:00
|
|
|
|
{
|
|
|
|
|
int i;
|
|
|
|
|
|
|
|
|
|
grow_expr (x, n);
|
|
|
|
|
for (i = n - 1; i >= 0; i--)
|
|
|
|
|
{
|
|
|
|
|
x->buf[x->len + i] = val & 0xff;
|
|
|
|
|
val >>= 8;
|
|
|
|
|
}
|
|
|
|
|
x->len += n;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Extract an N-byte big-endian unsigned integer from expression X at
|
|
|
|
|
offset O. */
|
|
|
|
|
static LONGEST
|
2000-07-30 09:48:28 +08:00
|
|
|
|
read_const (struct agent_expr *x, int o, int n)
|
1999-04-16 09:35:26 +08:00
|
|
|
|
{
|
|
|
|
|
int i;
|
|
|
|
|
LONGEST accum = 0;
|
|
|
|
|
|
|
|
|
|
/* Make sure we're not reading off the end of the expression. */
|
|
|
|
|
if (o + n > x->len)
|
2005-01-29 Baurzhan Ismagulov <ibr@radix50.net>
* ax-gdb.c, ax-general.c, bcache.c, bfd-target.c, bsd-kvm.c,
* buildsym.c, c-lang.c, c-typeprint.c, c-valprint.c, charset.c,
* coff-pe-read.c, coffread.c, complaints.c, copying.c: I18n markup.
2005-01-30 01:53:26 +08:00
|
|
|
|
error (_("GDB bug: ax-general.c (read_const): incomplete constant"));
|
1999-04-16 09:35:26 +08:00
|
|
|
|
|
|
|
|
|
for (i = 0; i < n; i++)
|
|
|
|
|
accum = (accum << 8) | x->buf[o + i];
|
1999-07-08 04:19:36 +08:00
|
|
|
|
|
1999-04-16 09:35:26 +08:00
|
|
|
|
return accum;
|
|
|
|
|
}
|
|
|
|
|
|
2015-10-27 21:33:29 +08:00
|
|
|
|
/* See ax.h. */
|
|
|
|
|
|
|
|
|
|
void
|
|
|
|
|
ax_raw_byte (struct agent_expr *x, gdb_byte byte)
|
|
|
|
|
{
|
|
|
|
|
grow_expr (x, 1);
|
|
|
|
|
x->buf[x->len++] = byte;
|
|
|
|
|
}
|
1999-04-16 09:35:26 +08:00
|
|
|
|
|
|
|
|
|
/* Append a simple operator OP to EXPR. */
|
|
|
|
|
void
|
2000-07-30 09:48:28 +08:00
|
|
|
|
ax_simple (struct agent_expr *x, enum agent_op op)
|
1999-04-16 09:35:26 +08:00
|
|
|
|
{
|
2015-10-27 21:33:29 +08:00
|
|
|
|
ax_raw_byte (x, op);
|
1999-04-16 09:35:26 +08:00
|
|
|
|
}
|
|
|
|
|
|
2011-02-19 04:55:45 +08:00
|
|
|
|
/* Append a pick operator to EXPR. DEPTH is the stack item to pick,
|
|
|
|
|
with 0 being top of stack. */
|
2011-02-24 05:02:47 +08:00
|
|
|
|
|
2011-02-19 04:55:45 +08:00
|
|
|
|
void
|
|
|
|
|
ax_pick (struct agent_expr *x, int depth)
|
|
|
|
|
{
|
|
|
|
|
if (depth < 0 || depth > 255)
|
|
|
|
|
error (_("GDB bug: ax-general.c (ax_pick): stack depth out of range"));
|
|
|
|
|
ax_simple (x, aop_pick);
|
|
|
|
|
append_const (x, 1, depth);
|
|
|
|
|
}
|
|
|
|
|
|
1999-04-16 09:35:26 +08:00
|
|
|
|
|
|
|
|
|
/* Append a sign-extension or zero-extension instruction to EXPR, to
|
|
|
|
|
extend an N-bit value. */
|
|
|
|
|
static void
|
2000-07-30 09:48:28 +08:00
|
|
|
|
generic_ext (struct agent_expr *x, enum agent_op op, int n)
|
1999-04-16 09:35:26 +08:00
|
|
|
|
{
|
|
|
|
|
/* N must fit in a byte. */
|
|
|
|
|
if (n < 0 || n > 255)
|
2005-01-29 Baurzhan Ismagulov <ibr@radix50.net>
* ax-gdb.c, ax-general.c, bcache.c, bfd-target.c, bsd-kvm.c,
* buildsym.c, c-lang.c, c-typeprint.c, c-valprint.c, charset.c,
* coff-pe-read.c, coffread.c, complaints.c, copying.c: I18n markup.
2005-01-30 01:53:26 +08:00
|
|
|
|
error (_("GDB bug: ax-general.c (generic_ext): bit count out of range"));
|
1999-04-16 09:35:26 +08:00
|
|
|
|
/* That had better be enough range. */
|
|
|
|
|
if (sizeof (LONGEST) * 8 > 255)
|
2011-01-06 06:22:53 +08:00
|
|
|
|
error (_("GDB bug: ax-general.c (generic_ext): "
|
|
|
|
|
"opcode has inadequate range"));
|
1999-04-16 09:35:26 +08:00
|
|
|
|
|
|
|
|
|
grow_expr (x, 2);
|
|
|
|
|
x->buf[x->len++] = op;
|
|
|
|
|
x->buf[x->len++] = n;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Append a sign-extension instruction to EXPR, to extend an N-bit value. */
|
|
|
|
|
void
|
2000-07-30 09:48:28 +08:00
|
|
|
|
ax_ext (struct agent_expr *x, int n)
|
1999-04-16 09:35:26 +08:00
|
|
|
|
{
|
|
|
|
|
generic_ext (x, aop_ext, n);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Append a zero-extension instruction to EXPR, to extend an N-bit value. */
|
|
|
|
|
void
|
2000-07-30 09:48:28 +08:00
|
|
|
|
ax_zero_ext (struct agent_expr *x, int n)
|
1999-04-16 09:35:26 +08:00
|
|
|
|
{
|
|
|
|
|
generic_ext (x, aop_zero_ext, n);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Append a trace_quick instruction to EXPR, to record N bytes. */
|
|
|
|
|
void
|
2000-07-30 09:48:28 +08:00
|
|
|
|
ax_trace_quick (struct agent_expr *x, int n)
|
1999-04-16 09:35:26 +08:00
|
|
|
|
{
|
|
|
|
|
/* N must fit in a byte. */
|
|
|
|
|
if (n < 0 || n > 255)
|
2011-01-06 06:22:53 +08:00
|
|
|
|
error (_("GDB bug: ax-general.c (ax_trace_quick): "
|
|
|
|
|
"size out of range for trace_quick"));
|
1999-04-16 09:35:26 +08:00
|
|
|
|
|
|
|
|
|
grow_expr (x, 2);
|
|
|
|
|
x->buf[x->len++] = aop_trace_quick;
|
|
|
|
|
x->buf[x->len++] = n;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Append a goto op to EXPR. OP is the actual op (must be aop_goto or
|
|
|
|
|
aop_if_goto). We assume we don't know the target offset yet,
|
|
|
|
|
because it's probably a forward branch, so we leave space in EXPR
|
|
|
|
|
for the target, and return the offset in EXPR of that space, so we
|
|
|
|
|
can backpatch it once we do know the target offset. Use ax_label
|
|
|
|
|
to do the backpatching. */
|
1999-07-08 04:19:36 +08:00
|
|
|
|
int
|
2000-07-30 09:48:28 +08:00
|
|
|
|
ax_goto (struct agent_expr *x, enum agent_op op)
|
1999-04-16 09:35:26 +08:00
|
|
|
|
{
|
|
|
|
|
grow_expr (x, 3);
|
|
|
|
|
x->buf[x->len + 0] = op;
|
|
|
|
|
x->buf[x->len + 1] = 0xff;
|
|
|
|
|
x->buf[x->len + 2] = 0xff;
|
|
|
|
|
x->len += 3;
|
|
|
|
|
return x->len - 2;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Suppose a given call to ax_goto returns some value PATCH. When you
|
|
|
|
|
know the offset TARGET that goto should jump to, call
|
1999-07-08 04:19:36 +08:00
|
|
|
|
ax_label (EXPR, PATCH, TARGET)
|
1999-04-16 09:35:26 +08:00
|
|
|
|
to patch TARGET into the ax_goto instruction. */
|
|
|
|
|
void
|
2000-07-30 09:48:28 +08:00
|
|
|
|
ax_label (struct agent_expr *x, int patch, int target)
|
1999-04-16 09:35:26 +08:00
|
|
|
|
{
|
|
|
|
|
/* Make sure the value is in range. Don't accept 0xffff as an
|
|
|
|
|
offset; that's our magic sentinel value for unpatched branches. */
|
|
|
|
|
if (target < 0 || target >= 0xffff)
|
2005-01-29 Baurzhan Ismagulov <ibr@radix50.net>
* ax-gdb.c, ax-general.c, bcache.c, bfd-target.c, bsd-kvm.c,
* buildsym.c, c-lang.c, c-typeprint.c, c-valprint.c, charset.c,
* coff-pe-read.c, coffread.c, complaints.c, copying.c: I18n markup.
2005-01-30 01:53:26 +08:00
|
|
|
|
error (_("GDB bug: ax-general.c (ax_label): label target out of range"));
|
1999-07-08 04:19:36 +08:00
|
|
|
|
|
1999-04-16 09:35:26 +08:00
|
|
|
|
x->buf[patch] = (target >> 8) & 0xff;
|
|
|
|
|
x->buf[patch + 1] = target & 0xff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Assemble code to push a constant on the stack. */
|
|
|
|
|
void
|
2000-07-30 09:48:28 +08:00
|
|
|
|
ax_const_l (struct agent_expr *x, LONGEST l)
|
1999-04-16 09:35:26 +08:00
|
|
|
|
{
|
|
|
|
|
static enum agent_op ops[]
|
1999-07-08 04:19:36 +08:00
|
|
|
|
=
|
|
|
|
|
{aop_const8, aop_const16, aop_const32, aop_const64};
|
1999-04-16 09:35:26 +08:00
|
|
|
|
int size;
|
|
|
|
|
int op;
|
|
|
|
|
|
|
|
|
|
/* How big is the number? 'op' keeps track of which opcode to use.
|
|
|
|
|
Notice that we don't really care whether the original number was
|
|
|
|
|
signed or unsigned; we always reproduce the value exactly, and
|
|
|
|
|
use the shortest representation. */
|
|
|
|
|
for (op = 0, size = 8; size < 64; size *= 2, op++)
|
2007-01-07 23:35:44 +08:00
|
|
|
|
{
|
2010-03-20 02:21:03 +08:00
|
|
|
|
LONGEST lim = ((LONGEST) 1) << (size - 1);
|
2007-01-07 23:35:44 +08:00
|
|
|
|
|
|
|
|
|
if (-lim <= l && l <= lim - 1)
|
|
|
|
|
break;
|
|
|
|
|
}
|
1999-04-16 09:35:26 +08:00
|
|
|
|
|
2011-01-01 03:16:37 +08:00
|
|
|
|
/* Emit the right opcode... */
|
1999-04-16 09:35:26 +08:00
|
|
|
|
ax_simple (x, ops[op]);
|
|
|
|
|
|
|
|
|
|
/* Emit the low SIZE bytes as an unsigned number. We know that
|
|
|
|
|
sign-extending this will yield l. */
|
|
|
|
|
append_const (x, l, size / 8);
|
|
|
|
|
|
|
|
|
|
/* Now, if it was negative, and not full-sized, sign-extend it. */
|
|
|
|
|
if (l < 0 && size < 64)
|
|
|
|
|
ax_ext (x, size);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void
|
2000-07-30 09:48:28 +08:00
|
|
|
|
ax_const_d (struct agent_expr *x, LONGEST d)
|
1999-04-16 09:35:26 +08:00
|
|
|
|
{
|
|
|
|
|
/* FIXME: floating-point support not present yet. */
|
2011-01-06 06:22:53 +08:00
|
|
|
|
error (_("GDB bug: ax-general.c (ax_const_d): "
|
|
|
|
|
"floating point not supported yet"));
|
1999-04-16 09:35:26 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Assemble code to push the value of register number REG on the
|
|
|
|
|
stack. */
|
1999-07-08 04:19:36 +08:00
|
|
|
|
void
|
2000-07-30 09:48:28 +08:00
|
|
|
|
ax_reg (struct agent_expr *x, int reg)
|
1999-04-16 09:35:26 +08:00
|
|
|
|
{
|
2010-12-29 00:00:13 +08:00
|
|
|
|
if (reg >= gdbarch_num_regs (x->gdbarch))
|
|
|
|
|
{
|
|
|
|
|
/* This is a pseudo-register. */
|
|
|
|
|
if (!gdbarch_ax_pseudo_register_push_stack_p (x->gdbarch))
|
|
|
|
|
error (_("'%s' is a pseudo-register; "
|
|
|
|
|
"GDB cannot yet trace its contents."),
|
|
|
|
|
user_reg_map_regnum_to_name (x->gdbarch, reg));
|
|
|
|
|
if (gdbarch_ax_pseudo_register_push_stack (x->gdbarch, x, reg))
|
|
|
|
|
error (_("Trace '%s' failed."),
|
|
|
|
|
user_reg_map_regnum_to_name (x->gdbarch, reg));
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
2016-02-25 04:00:17 +08:00
|
|
|
|
/* Get the remote register number. */
|
|
|
|
|
reg = gdbarch_remote_register_number (x->gdbarch, reg);
|
|
|
|
|
|
2010-12-29 00:00:13 +08:00
|
|
|
|
/* Make sure the register number is in range. */
|
|
|
|
|
if (reg < 0 || reg > 0xffff)
|
2011-01-06 06:22:53 +08:00
|
|
|
|
error (_("GDB bug: ax-general.c (ax_reg): "
|
|
|
|
|
"register number out of range"));
|
2010-12-29 00:00:13 +08:00
|
|
|
|
grow_expr (x, 3);
|
|
|
|
|
x->buf[x->len] = aop_reg;
|
|
|
|
|
x->buf[x->len + 1] = (reg >> 8) & 0xff;
|
|
|
|
|
x->buf[x->len + 2] = (reg) & 0xff;
|
|
|
|
|
x->len += 3;
|
|
|
|
|
}
|
1999-04-16 09:35:26 +08:00
|
|
|
|
}
|
2009-12-29 07:39:10 +08:00
|
|
|
|
|
|
|
|
|
/* Assemble code to operate on a trace state variable. */
|
|
|
|
|
|
|
|
|
|
void
|
|
|
|
|
ax_tsv (struct agent_expr *x, enum agent_op op, int num)
|
|
|
|
|
{
|
|
|
|
|
/* Make sure the tsv number is in range. */
|
|
|
|
|
if (num < 0 || num > 0xffff)
|
2011-01-06 06:22:53 +08:00
|
|
|
|
internal_error (__FILE__, __LINE__,
|
|
|
|
|
_("ax-general.c (ax_tsv): variable "
|
|
|
|
|
"number is %d, out of range"), num);
|
2009-12-29 07:39:10 +08:00
|
|
|
|
|
|
|
|
|
grow_expr (x, 3);
|
|
|
|
|
x->buf[x->len] = op;
|
|
|
|
|
x->buf[x->len + 1] = (num >> 8) & 0xff;
|
|
|
|
|
x->buf[x->len + 2] = (num) & 0xff;
|
|
|
|
|
x->len += 3;
|
|
|
|
|
}
|
2012-07-02 23:29:39 +08:00
|
|
|
|
|
|
|
|
|
/* Append a string to the expression. Note that the string is going
|
|
|
|
|
into the bytecodes directly, not on the stack. As a precaution,
|
|
|
|
|
include both length as prefix, and terminate with a NUL. (The NUL
|
|
|
|
|
is counted in the length.) */
|
|
|
|
|
|
|
|
|
|
void
|
2013-03-07 08:48:25 +08:00
|
|
|
|
ax_string (struct agent_expr *x, const char *str, int slen)
|
2012-07-02 23:29:39 +08:00
|
|
|
|
{
|
|
|
|
|
int i;
|
|
|
|
|
|
|
|
|
|
/* Make sure the string length is reasonable. */
|
|
|
|
|
if (slen < 0 || slen > 0xffff)
|
|
|
|
|
internal_error (__FILE__, __LINE__,
|
|
|
|
|
_("ax-general.c (ax_string): string "
|
|
|
|
|
"length is %d, out of allowed range"), slen);
|
|
|
|
|
|
|
|
|
|
grow_expr (x, 2 + slen + 1);
|
|
|
|
|
x->buf[x->len++] = ((slen + 1) >> 8) & 0xff;
|
|
|
|
|
x->buf[x->len++] = (slen + 1) & 0xff;
|
|
|
|
|
for (i = 0; i < slen; ++i)
|
|
|
|
|
x->buf[x->len++] = str[i];
|
|
|
|
|
x->buf[x->len++] = '\0';
|
|
|
|
|
}
|
1999-07-08 04:19:36 +08:00
|
|
|
|
|
1999-04-16 09:35:26 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Functions for disassembling agent expressions, and otherwise
|
|
|
|
|
debugging the expression compiler. */
|
|
|
|
|
|
1999-07-08 04:19:36 +08:00
|
|
|
|
struct aop_map aop_map[] =
|
|
|
|
|
{
|
2011-02-19 05:12:07 +08:00
|
|
|
|
{0, 0, 0, 0, 0}
|
|
|
|
|
#define DEFOP(NAME, SIZE, DATA_SIZE, CONSUMED, PRODUCED, VALUE) \
|
|
|
|
|
, { # NAME, SIZE, DATA_SIZE, CONSUMED, PRODUCED }
|
Rename common to gdbsupport
This is the next patch in the ongoing series to move gdbsever to the
top level.
This patch just renames the "common" directory. The idea is to do
this move in two parts: first rename the directory (this patch), then
move the directory to the top. This approach makes the patches a bit
more tractable.
I chose the name "gdbsupport" for the directory. However, as this
patch was largely written by sed, we could pick a new name without too
much difficulty.
Tested by the buildbot.
gdb/ChangeLog
2019-07-09 Tom Tromey <tom@tromey.com>
* contrib/ari/gdb_ari.sh: Change common to gdbsupport.
* configure: Rebuild.
* configure.ac: Change common to gdbsupport.
* gdbsupport: Rename from common.
* acinclude.m4: Change common to gdbsupport.
* Makefile.in (CONFIG_SRC_SUBDIR, COMMON_SFILES)
(HFILES_NO_SRCDIR, stamp-version, ALLDEPFILES): Change common to
gdbsupport.
* aarch64-tdep.c, ada-lang.c, ada-lang.h, agent.c, alloc.c,
amd64-darwin-tdep.c, amd64-dicos-tdep.c, amd64-fbsd-nat.c,
amd64-fbsd-tdep.c, amd64-linux-nat.c, amd64-linux-tdep.c,
amd64-nbsd-tdep.c, amd64-obsd-tdep.c, amd64-sol2-tdep.c,
amd64-tdep.c, amd64-windows-tdep.c, arch-utils.c,
arch/aarch64-insn.c, arch/aarch64.c, arch/aarch64.h, arch/amd64.c,
arch/amd64.h, arch/arm-get-next-pcs.c, arch/arm-linux.c,
arch/arm.c, arch/i386.c, arch/i386.h, arch/ppc-linux-common.c,
arch/riscv.c, arch/riscv.h, arch/tic6x.c, arm-tdep.c, auto-load.c,
auxv.c, ax-gdb.c, ax-general.c, ax.h, breakpoint.c, breakpoint.h,
btrace.c, btrace.h, build-id.c, build-id.h, c-lang.h, charset.c,
charset.h, cli/cli-cmds.c, cli/cli-cmds.h, cli/cli-decode.c,
cli/cli-dump.c, cli/cli-option.h, cli/cli-script.c,
coff-pe-read.c, command.h, compile/compile-c-support.c,
compile/compile-c.h, compile/compile-cplus-symbols.c,
compile/compile-cplus-types.c, compile/compile-cplus.h,
compile/compile-loc2c.c, compile/compile.c, completer.c,
completer.h, contrib/ari/gdb_ari.sh, corefile.c, corelow.c,
cp-support.c, cp-support.h, cp-valprint.c, csky-tdep.c, ctf.c,
darwin-nat.c, debug.c, defs.h, disasm-selftests.c, disasm.c,
disasm.h, dtrace-probe.c, dwarf-index-cache.c,
dwarf-index-cache.h, dwarf-index-write.c, dwarf2-frame.c,
dwarf2expr.c, dwarf2loc.c, dwarf2read.c, event-loop.c,
event-top.c, exceptions.c, exec.c, extension.h, fbsd-nat.c,
features/aarch64-core.c, features/aarch64-fpu.c,
features/aarch64-pauth.c, features/aarch64-sve.c,
features/i386/32bit-avx.c, features/i386/32bit-avx512.c,
features/i386/32bit-core.c, features/i386/32bit-linux.c,
features/i386/32bit-mpx.c, features/i386/32bit-pkeys.c,
features/i386/32bit-segments.c, features/i386/32bit-sse.c,
features/i386/64bit-avx.c, features/i386/64bit-avx512.c,
features/i386/64bit-core.c, features/i386/64bit-linux.c,
features/i386/64bit-mpx.c, features/i386/64bit-pkeys.c,
features/i386/64bit-segments.c, features/i386/64bit-sse.c,
features/i386/x32-core.c, features/riscv/32bit-cpu.c,
features/riscv/32bit-csr.c, features/riscv/32bit-fpu.c,
features/riscv/64bit-cpu.c, features/riscv/64bit-csr.c,
features/riscv/64bit-fpu.c, features/tic6x-c6xp.c,
features/tic6x-core.c, features/tic6x-gp.c, filename-seen-cache.h,
findcmd.c, findvar.c, fork-child.c, gcore.c, gdb_bfd.c, gdb_bfd.h,
gdb_proc_service.h, gdb_regex.c, gdb_select.h, gdb_usleep.c,
gdbarch-selftests.c, gdbthread.h, gdbtypes.h, gnu-nat.c,
go32-nat.c, guile/guile.c, guile/scm-ports.c,
guile/scm-safe-call.c, guile/scm-type.c, i386-fbsd-nat.c,
i386-fbsd-tdep.c, i386-go32-tdep.c, i386-linux-nat.c,
i386-linux-tdep.c, i386-tdep.c, i387-tdep.c,
ia64-libunwind-tdep.c, ia64-linux-nat.c, inf-child.c,
inf-ptrace.c, infcall.c, infcall.h, infcmd.c, inferior-iter.h,
inferior.c, inferior.h, inflow.c, inflow.h, infrun.c, infrun.h,
inline-frame.c, language.h, linespec.c, linux-fork.c, linux-nat.c,
linux-tdep.c, linux-thread-db.c, location.c, machoread.c,
macrotab.h, main.c, maint.c, maint.h, memattr.c, memrange.h,
mi/mi-cmd-break.h, mi/mi-cmd-env.c, mi/mi-cmd-stack.c,
mi/mi-cmd-var.c, mi/mi-interp.c, mi/mi-main.c, mi/mi-parse.h,
minsyms.c, mips-linux-tdep.c, namespace.h,
nat/aarch64-linux-hw-point.c, nat/aarch64-linux-hw-point.h,
nat/aarch64-linux.c, nat/aarch64-sve-linux-ptrace.c,
nat/amd64-linux-siginfo.c, nat/fork-inferior.c,
nat/linux-btrace.c, nat/linux-btrace.h, nat/linux-namespaces.c,
nat/linux-nat.h, nat/linux-osdata.c, nat/linux-personality.c,
nat/linux-procfs.c, nat/linux-ptrace.c, nat/linux-ptrace.h,
nat/linux-waitpid.c, nat/mips-linux-watch.c,
nat/mips-linux-watch.h, nat/ppc-linux.c, nat/x86-dregs.c,
nat/x86-dregs.h, nat/x86-linux-dregs.c, nat/x86-linux.c,
nto-procfs.c, nto-tdep.c, objfile-flags.h, objfiles.c, objfiles.h,
obsd-nat.c, observable.h, osdata.c, p-valprint.c, parse.c,
parser-defs.h, ppc-linux-nat.c, printcmd.c, probe.c, proc-api.c,
procfs.c, producer.c, progspace.h, psymtab.h,
python/py-framefilter.c, python/py-inferior.c, python/py-ref.h,
python/py-type.c, python/python.c, record-btrace.c, record-full.c,
record.c, record.h, regcache-dump.c, regcache.c, regcache.h,
remote-fileio.c, remote-fileio.h, remote-sim.c, remote.c,
riscv-tdep.c, rs6000-aix-tdep.c, rust-exp.y, s12z-tdep.c,
selftest-arch.c, ser-base.c, ser-event.c, ser-pipe.c, ser-tcp.c,
ser-unix.c, skip.c, solib-aix.c, solib-target.c, solib.c,
source-cache.c, source.c, source.h, sparc-nat.c, spu-linux-nat.c,
stack.c, stap-probe.c, symfile-add-flags.h, symfile.c, symfile.h,
symtab.c, symtab.h, target-descriptions.c, target-descriptions.h,
target-memory.c, target.c, target.h, target/waitstatus.c,
target/waitstatus.h, thread-iter.h, thread.c, tilegx-tdep.c,
top.c, top.h, tracefile-tfile.c, tracefile.c, tracepoint.c,
tracepoint.h, tui/tui-io.c, ui-file.c, ui-out.h,
unittests/array-view-selftests.c,
unittests/child-path-selftests.c, unittests/cli-utils-selftests.c,
unittests/common-utils-selftests.c,
unittests/copy_bitwise-selftests.c, unittests/environ-selftests.c,
unittests/format_pieces-selftests.c,
unittests/function-view-selftests.c,
unittests/lookup_name_info-selftests.c,
unittests/memory-map-selftests.c, unittests/memrange-selftests.c,
unittests/mkdir-recursive-selftests.c,
unittests/observable-selftests.c,
unittests/offset-type-selftests.c, unittests/optional-selftests.c,
unittests/parse-connection-spec-selftests.c,
unittests/ptid-selftests.c, unittests/rsp-low-selftests.c,
unittests/scoped_fd-selftests.c,
unittests/scoped_mmap-selftests.c,
unittests/scoped_restore-selftests.c,
unittests/string_view-selftests.c, unittests/style-selftests.c,
unittests/tracepoint-selftests.c, unittests/unpack-selftests.c,
unittests/utils-selftests.c, unittests/xml-utils-selftests.c,
utils.c, utils.h, valarith.c, valops.c, valprint.c, value.c,
value.h, varobj.c, varobj.h, windows-nat.c, x86-linux-nat.c,
xml-support.c, xml-support.h, xml-tdesc.h, xstormy16-tdep.c,
xtensa-linux-nat.c, dwarf2read.h: Change common to gdbsupport.
gdb/gdbserver/ChangeLog
2019-07-09 Tom Tromey <tom@tromey.com>
* configure: Rebuild.
* configure.ac: Change common to gdbsupport.
* acinclude.m4: Change common to gdbsupport.
* Makefile.in (SFILES, OBS, GDBREPLAY_OBS, IPA_OBJS)
(version-generated.c, gdbsupport/%-ipa.o, gdbsupport/%.o): Change
common to gdbsupport.
* ax.c, event-loop.c, fork-child.c, gdb_proc_service.h,
gdbreplay.c, gdbthread.h, hostio-errno.c, hostio.c, i387-fp.c,
inferiors.c, inferiors.h, linux-aarch64-tdesc-selftest.c,
linux-amd64-ipa.c, linux-i386-ipa.c, linux-low.c,
linux-tic6x-low.c, linux-x86-low.c, linux-x86-tdesc-selftest.c,
linux-x86-tdesc.c, lynx-i386-low.c, lynx-low.c, mem-break.h,
nto-x86-low.c, regcache.c, regcache.h, remote-utils.c, server.c,
server.h, spu-low.c, symbol.c, target.h, tdesc.c, tdesc.h,
thread-db.c, tracepoint.c, win32-i386-low.c, win32-low.c: Change
common to gdbsupport.
2019-05-06 10:29:24 +08:00
|
|
|
|
#include "gdbsupport/ax.def"
|
2011-02-19 05:12:07 +08:00
|
|
|
|
#undef DEFOP
|
1999-04-16 09:35:26 +08:00
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Disassemble the expression EXPR, writing to F. */
|
|
|
|
|
void
|
2000-07-30 09:48:28 +08:00
|
|
|
|
ax_print (struct ui_file *f, struct agent_expr *x)
|
1999-04-16 09:35:26 +08:00
|
|
|
|
{
|
|
|
|
|
int i;
|
|
|
|
|
|
2010-04-24 07:51:05 +08:00
|
|
|
|
fprintf_filtered (f, _("Scope: %s\n"), paddress (x->gdbarch, x->scope));
|
|
|
|
|
fprintf_filtered (f, _("Reg mask:"));
|
|
|
|
|
for (i = 0; i < x->reg_mask_len; ++i)
|
|
|
|
|
fprintf_filtered (f, _(" %02x"), x->reg_mask[i]);
|
|
|
|
|
fprintf_filtered (f, _("\n"));
|
|
|
|
|
|
1999-04-16 09:35:26 +08:00
|
|
|
|
/* Check the size of the name array against the number of entries in
|
|
|
|
|
the enum, to catch additions that people didn't sync. */
|
|
|
|
|
if ((sizeof (aop_map) / sizeof (aop_map[0]))
|
|
|
|
|
!= aop_last)
|
2005-01-29 Baurzhan Ismagulov <ibr@radix50.net>
* ax-gdb.c, ax-general.c, bcache.c, bfd-target.c, bsd-kvm.c,
* buildsym.c, c-lang.c, c-typeprint.c, c-valprint.c, charset.c,
* coff-pe-read.c, coffread.c, complaints.c, copying.c: I18n markup.
2005-01-30 01:53:26 +08:00
|
|
|
|
error (_("GDB bug: ax-general.c (ax_print): opcode map out of sync"));
|
1999-07-08 04:19:36 +08:00
|
|
|
|
|
|
|
|
|
for (i = 0; i < x->len;)
|
1999-04-16 09:35:26 +08:00
|
|
|
|
{
|
2015-08-07 05:21:41 +08:00
|
|
|
|
enum agent_op op = (enum agent_op) x->buf[i];
|
1999-04-16 09:35:26 +08:00
|
|
|
|
|
|
|
|
|
if (op >= (sizeof (aop_map) / sizeof (aop_map[0]))
|
1999-07-08 04:19:36 +08:00
|
|
|
|
|| !aop_map[op].name)
|
1999-04-16 09:35:26 +08:00
|
|
|
|
{
|
2005-01-29 Baurzhan Ismagulov <ibr@radix50.net>
* ax-gdb.c, ax-general.c, bcache.c, bfd-target.c, bsd-kvm.c,
* buildsym.c, c-lang.c, c-typeprint.c, c-valprint.c, charset.c,
* coff-pe-read.c, coffread.c, complaints.c, copying.c: I18n markup.
2005-01-30 01:53:26 +08:00
|
|
|
|
fprintf_filtered (f, _("%3d <bad opcode %02x>\n"), i, op);
|
1999-04-16 09:35:26 +08:00
|
|
|
|
i++;
|
|
|
|
|
continue;
|
|
|
|
|
}
|
2011-02-24 15:39:48 +08:00
|
|
|
|
if (i + 1 + aop_map[op].op_size > x->len)
|
1999-04-16 09:35:26 +08:00
|
|
|
|
{
|
2005-01-29 Baurzhan Ismagulov <ibr@radix50.net>
* ax-gdb.c, ax-general.c, bcache.c, bfd-target.c, bsd-kvm.c,
* buildsym.c, c-lang.c, c-typeprint.c, c-valprint.c, charset.c,
* coff-pe-read.c, coffread.c, complaints.c, copying.c: I18n markup.
2005-01-30 01:53:26 +08:00
|
|
|
|
fprintf_filtered (f, _("%3d <incomplete opcode %s>\n"),
|
1999-04-16 09:35:26 +08:00
|
|
|
|
i, aop_map[op].name);
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
fprintf_filtered (f, "%3d %s", i, aop_map[op].name);
|
2011-02-24 15:39:48 +08:00
|
|
|
|
if (aop_map[op].op_size > 0)
|
1999-04-16 09:35:26 +08:00
|
|
|
|
{
|
|
|
|
|
fputs_filtered (" ", f);
|
1999-07-08 04:19:36 +08:00
|
|
|
|
|
1999-04-16 09:35:26 +08:00
|
|
|
|
print_longest (f, 'd', 0,
|
2011-02-24 15:39:48 +08:00
|
|
|
|
read_const (x, i + 1, aop_map[op].op_size));
|
1999-04-16 09:35:26 +08:00
|
|
|
|
}
|
2012-07-02 23:29:39 +08:00
|
|
|
|
/* Handle the complicated printf arguments specially. */
|
|
|
|
|
else if (op == aop_printf)
|
|
|
|
|
{
|
|
|
|
|
int slen, nargs;
|
|
|
|
|
|
|
|
|
|
i++;
|
|
|
|
|
nargs = x->buf[i++];
|
|
|
|
|
slen = x->buf[i++];
|
|
|
|
|
slen = slen * 256 + x->buf[i++];
|
|
|
|
|
fprintf_filtered (f, _(" \"%s\", %d args"),
|
|
|
|
|
&(x->buf[i]), nargs);
|
|
|
|
|
i += slen - 1;
|
|
|
|
|
}
|
1999-04-16 09:35:26 +08:00
|
|
|
|
fprintf_filtered (f, "\n");
|
2011-02-24 15:39:48 +08:00
|
|
|
|
i += 1 + aop_map[op].op_size;
|
1999-04-16 09:35:26 +08:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2010-04-24 07:51:05 +08:00
|
|
|
|
/* Add register REG to the register mask for expression AX. */
|
|
|
|
|
void
|
|
|
|
|
ax_reg_mask (struct agent_expr *ax, int reg)
|
|
|
|
|
{
|
2010-12-29 00:00:13 +08:00
|
|
|
|
if (reg >= gdbarch_num_regs (ax->gdbarch))
|
2010-04-24 07:51:05 +08:00
|
|
|
|
{
|
2010-12-29 00:00:13 +08:00
|
|
|
|
/* This is a pseudo-register. */
|
|
|
|
|
if (!gdbarch_ax_pseudo_register_collect_p (ax->gdbarch))
|
|
|
|
|
error (_("'%s' is a pseudo-register; "
|
|
|
|
|
"GDB cannot yet trace its contents."),
|
|
|
|
|
user_reg_map_regnum_to_name (ax->gdbarch, reg));
|
|
|
|
|
if (gdbarch_ax_pseudo_register_collect (ax->gdbarch, ax, reg))
|
|
|
|
|
error (_("Trace '%s' failed."),
|
|
|
|
|
user_reg_map_regnum_to_name (ax->gdbarch, reg));
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
2016-02-25 04:00:17 +08:00
|
|
|
|
int byte;
|
|
|
|
|
|
|
|
|
|
/* Get the remote register number. */
|
|
|
|
|
reg = gdbarch_remote_register_number (ax->gdbarch, reg);
|
|
|
|
|
byte = reg / 8;
|
2010-12-29 00:00:13 +08:00
|
|
|
|
|
|
|
|
|
/* Grow the bit mask if necessary. */
|
|
|
|
|
if (byte >= ax->reg_mask_len)
|
|
|
|
|
{
|
|
|
|
|
/* It's not appropriate to double here. This isn't a
|
|
|
|
|
string buffer. */
|
|
|
|
|
int new_len = byte + 1;
|
2015-09-26 02:08:06 +08:00
|
|
|
|
unsigned char *new_reg_mask
|
|
|
|
|
= XRESIZEVEC (unsigned char, ax->reg_mask, new_len);
|
|
|
|
|
|
2010-12-29 00:00:13 +08:00
|
|
|
|
memset (new_reg_mask + ax->reg_mask_len, 0,
|
|
|
|
|
(new_len - ax->reg_mask_len) * sizeof (ax->reg_mask[0]));
|
|
|
|
|
ax->reg_mask_len = new_len;
|
|
|
|
|
ax->reg_mask = new_reg_mask;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ax->reg_mask[byte] |= 1 << (reg % 8);
|
2010-04-24 07:51:05 +08:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Given an agent expression AX, fill in requirements and other descriptive
|
|
|
|
|
bits. */
|
1999-04-16 09:35:26 +08:00
|
|
|
|
void
|
2010-04-24 07:51:05 +08:00
|
|
|
|
ax_reqs (struct agent_expr *ax)
|
1999-04-16 09:35:26 +08:00
|
|
|
|
{
|
|
|
|
|
int i;
|
|
|
|
|
int height;
|
|
|
|
|
|
2005-12-08 03:30:25 +08:00
|
|
|
|
/* Jump target table. targets[i] is non-zero iff we have found a
|
|
|
|
|
jump to offset i. */
|
1999-04-16 09:35:26 +08:00
|
|
|
|
char *targets = (char *) alloca (ax->len * sizeof (targets[0]));
|
|
|
|
|
|
2005-12-08 03:30:25 +08:00
|
|
|
|
/* Instruction boundary table. boundary[i] is non-zero iff our scan
|
|
|
|
|
has reached an instruction starting at offset i. */
|
1999-04-16 09:35:26 +08:00
|
|
|
|
char *boundary = (char *) alloca (ax->len * sizeof (boundary[0]));
|
|
|
|
|
|
2005-12-08 03:30:25 +08:00
|
|
|
|
/* Stack height record. If either targets[i] or boundary[i] is
|
1999-04-16 09:35:26 +08:00
|
|
|
|
non-zero, heights[i] is the height the stack should have before
|
|
|
|
|
executing the bytecode at that point. */
|
|
|
|
|
int *heights = (int *) alloca (ax->len * sizeof (heights[0]));
|
|
|
|
|
|
|
|
|
|
/* Pointer to a description of the present op. */
|
|
|
|
|
struct aop_map *op;
|
|
|
|
|
|
|
|
|
|
memset (targets, 0, ax->len * sizeof (targets[0]));
|
|
|
|
|
memset (boundary, 0, ax->len * sizeof (boundary[0]));
|
|
|
|
|
|
2010-04-24 07:51:05 +08:00
|
|
|
|
ax->max_height = ax->min_height = height = 0;
|
|
|
|
|
ax->flaw = agent_flaw_none;
|
|
|
|
|
ax->max_data_size = 0;
|
1999-04-16 09:35:26 +08:00
|
|
|
|
|
2011-02-24 15:39:48 +08:00
|
|
|
|
for (i = 0; i < ax->len; i += 1 + op->op_size)
|
1999-04-16 09:35:26 +08:00
|
|
|
|
{
|
|
|
|
|
if (ax->buf[i] > (sizeof (aop_map) / sizeof (aop_map[0])))
|
|
|
|
|
{
|
2010-04-24 07:51:05 +08:00
|
|
|
|
ax->flaw = agent_flaw_bad_instruction;
|
1999-04-16 09:35:26 +08:00
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
op = &aop_map[ax->buf[i]];
|
|
|
|
|
|
1999-07-08 04:19:36 +08:00
|
|
|
|
if (!op->name)
|
1999-04-16 09:35:26 +08:00
|
|
|
|
{
|
2010-04-24 07:51:05 +08:00
|
|
|
|
ax->flaw = agent_flaw_bad_instruction;
|
1999-04-16 09:35:26 +08:00
|
|
|
|
return;
|
|
|
|
|
}
|
1999-07-08 04:19:36 +08:00
|
|
|
|
|
2011-02-24 15:39:48 +08:00
|
|
|
|
if (i + 1 + op->op_size > ax->len)
|
1999-04-16 09:35:26 +08:00
|
|
|
|
{
|
2010-04-24 07:51:05 +08:00
|
|
|
|
ax->flaw = agent_flaw_incomplete_instruction;
|
1999-04-16 09:35:26 +08:00
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
|
2005-12-08 03:30:25 +08:00
|
|
|
|
/* If this instruction is a forward jump target, does the
|
|
|
|
|
current stack height match the stack height at the jump
|
|
|
|
|
source? */
|
1999-04-16 09:35:26 +08:00
|
|
|
|
if (targets[i] && (heights[i] != height))
|
|
|
|
|
{
|
2010-04-24 07:51:05 +08:00
|
|
|
|
ax->flaw = agent_flaw_height_mismatch;
|
1999-04-16 09:35:26 +08:00
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
boundary[i] = 1;
|
|
|
|
|
heights[i] = height;
|
|
|
|
|
|
2011-02-24 15:39:48 +08:00
|
|
|
|
height -= op->consumed;
|
2010-04-24 07:51:05 +08:00
|
|
|
|
if (height < ax->min_height)
|
|
|
|
|
ax->min_height = height;
|
1999-04-16 09:35:26 +08:00
|
|
|
|
height += op->produced;
|
2010-04-24 07:51:05 +08:00
|
|
|
|
if (height > ax->max_height)
|
|
|
|
|
ax->max_height = height;
|
1999-04-16 09:35:26 +08:00
|
|
|
|
|
2010-04-24 07:51:05 +08:00
|
|
|
|
if (op->data_size > ax->max_data_size)
|
|
|
|
|
ax->max_data_size = op->data_size;
|
1999-04-16 09:35:26 +08:00
|
|
|
|
|
|
|
|
|
/* For jump instructions, check that the target is a valid
|
1999-07-08 04:19:36 +08:00
|
|
|
|
offset. If it is, record the fact that that location is a
|
|
|
|
|
jump target, and record the height we expect there. */
|
1999-04-16 09:35:26 +08:00
|
|
|
|
if (aop_goto == op - aop_map
|
|
|
|
|
|| aop_if_goto == op - aop_map)
|
|
|
|
|
{
|
|
|
|
|
int target = read_const (ax, i + 1, 2);
|
|
|
|
|
if (target < 0 || target >= ax->len)
|
|
|
|
|
{
|
2010-04-24 07:51:05 +08:00
|
|
|
|
ax->flaw = agent_flaw_bad_jump;
|
1999-04-16 09:35:26 +08:00
|
|
|
|
return;
|
|
|
|
|
}
|
2005-12-08 03:30:25 +08:00
|
|
|
|
|
|
|
|
|
/* Do we have any information about what the stack height
|
|
|
|
|
should be at the target? */
|
|
|
|
|
if (targets[target] || boundary[target])
|
1999-04-16 09:35:26 +08:00
|
|
|
|
{
|
2005-12-08 03:30:25 +08:00
|
|
|
|
if (heights[target] != height)
|
1999-04-16 09:35:26 +08:00
|
|
|
|
{
|
2010-04-24 07:51:05 +08:00
|
|
|
|
ax->flaw = agent_flaw_height_mismatch;
|
1999-04-16 09:35:26 +08:00
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
}
|
2005-12-08 03:30:25 +08:00
|
|
|
|
|
|
|
|
|
/* Record the target, along with the stack height we expect. */
|
|
|
|
|
targets[target] = 1;
|
|
|
|
|
heights[target] = height;
|
1999-04-16 09:35:26 +08:00
|
|
|
|
}
|
1999-07-08 04:19:36 +08:00
|
|
|
|
|
1999-04-16 09:35:26 +08:00
|
|
|
|
/* For unconditional jumps with a successor, check that the
|
|
|
|
|
successor is a target, and pick up its stack height. */
|
|
|
|
|
if (aop_goto == op - aop_map
|
|
|
|
|
&& i + 3 < ax->len)
|
|
|
|
|
{
|
1999-07-08 04:19:36 +08:00
|
|
|
|
if (!targets[i + 3])
|
1999-04-16 09:35:26 +08:00
|
|
|
|
{
|
2010-04-24 07:51:05 +08:00
|
|
|
|
ax->flaw = agent_flaw_hole;
|
1999-04-16 09:35:26 +08:00
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
height = heights[i + 3];
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* For reg instructions, record the register in the bit mask. */
|
|
|
|
|
if (aop_reg == op - aop_map)
|
|
|
|
|
{
|
|
|
|
|
int reg = read_const (ax, i + 1, 2);
|
|
|
|
|
|
2010-04-24 07:51:05 +08:00
|
|
|
|
ax_reg_mask (ax, reg);
|
1999-04-16 09:35:26 +08:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Check that all the targets are on boundaries. */
|
|
|
|
|
for (i = 0; i < ax->len; i++)
|
|
|
|
|
if (targets[i] && !boundary[i])
|
|
|
|
|
{
|
2010-04-24 07:51:05 +08:00
|
|
|
|
ax->flaw = agent_flaw_bad_jump;
|
1999-04-16 09:35:26 +08:00
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
|
2010-04-24 07:51:05 +08:00
|
|
|
|
ax->final_height = height;
|
1999-04-16 09:35:26 +08:00
|
|
|
|
}
|