]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ChangeLog
Remove duplicated creation of "frame" command and "f" alias.
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Thu, 30 Apr 2020 16:35:33 +0000 (18:35 +0200)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Thu, 30 Apr 2020 16:40:57 +0000 (18:40 +0200)
commit102e38eba728cd3b969723f7cebd13f7220364b8
tree0881ea50fe42d42fee9664880f605cd938a9384e
parent7d186bc04245c5757f396c2d4f8f89f24818628e
Remove duplicated creation of "frame" command and "f" alias.

"frame" and "f" are created twice by stack.c _initialize_stack.
Remove the second creation.
Regression tested on amd64/Debian.

2020-04-30  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
* stack.c (_initialize_stack): Remove duplicated creation
of "frame" command and "f" alias.
gdb/ChangeLog
gdb/stack.c