gdb: add missing nullptr checks in bpstat_check_breakpoint_conditions
authorAndrew Burgess <aburgess@redhat.com>
Thu, 6 Oct 2022 08:35:18 +0000 (09:35 +0100)
committerAndrew Burgess <aburgess@redhat.com>
Thu, 6 Oct 2022 09:01:15 +0000 (10:01 +0100)
commit80e0c6dc91f52fad32c3ff3cf20da889d77013ac
tree768dbcc5a44572923edab555d74f76875eed362c
parentd8a77e4c8043c645c3c7a07a042c112053715e95
gdb: add missing nullptr checks in bpstat_check_breakpoint_conditions

Add a couple of missing nullptr checks in the function
bpstat_check_breakpoint_conditions.

No user visible change after this commit.
gdb/breakpoint.c