gdb: don't handle old == nullptr in add_alias_cmd
authorSimon Marchi <simon.marchi@polymtl.ca>
Mon, 17 May 2021 18:01:01 +0000 (14:01 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Mon, 17 May 2021 18:01:01 +0000 (14:01 -0400)
commitecd0a6b35d32aa6aca913e2d0348cfdf7e78d6c3
tree63610a7843f0644a5b62494b6dda4b65e97b71ef
parent413b49c2b6619a7ce16322c7f94079205031cda4
gdb: don't handle old == nullptr in add_alias_cmd

I don't think this can ever happen, that we add an alias command and
pass a nullptr old (target) command.  Remove the "if" handling this,
replace with an assert.

gdb/ChangeLog:

* cli/cli-decode.c (add_alias_cmd): Don't handle old == 0.

Change-Id: Ibb39e8dc4e0c465fa42e6826215f30a0a0aef932
gdb/ChangeLog
gdb/cli/cli-decode.c
This page took 0.037346 seconds and 4 git commands to generate.