Add comment describing arm_stap_is_single_operand
2013-12-29 Sergio Durigan Junior <sergiodj@redhat.com> * arm-linux-tdep.c (arm_stap_is_single_operand): Add comment describing function.
This commit is contained in:
parent
46f2883cdf
commit
c248fc1d26
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2013-12-29 Sergio Durigan Junior <sergiodj@redhat.com>
|
||||||
|
|
||||||
|
* arm-linux-tdep.c (arm_stap_is_single_operand): Add comment
|
||||||
|
describing function.
|
||||||
|
|
||||||
2013-12-28 Sergio Durigan Junior <sergiodj@redhat.com>
|
2013-12-28 Sergio Durigan Junior <sergiodj@redhat.com>
|
||||||
|
|
||||||
* arm-linux-tdep.c (arm_stap_is_single_operand): Accept "$" as a
|
* arm-linux-tdep.c (arm_stap_is_single_operand): Accept "$" as a
|
||||||
|
|
|
@ -1113,6 +1113,9 @@ arm_linux_displaced_step_copy_insn (struct gdbarch *gdbarch,
|
||||||
return dsc;
|
return dsc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Implementation of `gdbarch_stap_is_single_operand', as defined in
|
||||||
|
gdbarch.h. */
|
||||||
|
|
||||||
static int
|
static int
|
||||||
arm_stap_is_single_operand (struct gdbarch *gdbarch, const char *s)
|
arm_stap_is_single_operand (struct gdbarch *gdbarch, const char *s)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue