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
@ -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>
|
||||
|
||||
* 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;
|
||||
}
|
||||
|
||||
/* Implementation of `gdbarch_stap_is_single_operand', as defined in
|
||||
gdbarch.h. */
|
||||
|
||||
static int
|
||||
arm_stap_is_single_operand (struct gdbarch *gdbarch, const char *s)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user