Opened 15 years ago

Closed 15 years ago

#6792 closed defect (fixed)

[win32] mythfrontend.cmd fails due to gdbcommands.txt of mythbackend when both started under GDB

Reported by: Jonathan Martens <jonathan@…> Owned by: Nigel
Priority: minor Milestone: unknown
Component: Ports - Windows Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

It seems running mythfrontend and mythbackend together at the same time under GBD is not possible with the current .cmd files as they both write their commands to the same text file. This causes mythfrontend to fail as it is passed a few --no* parameters which it does not know. Is it an idea to give both binaries it's own gdbcommands.txt file as suggested in attached patch?

Attachments (1)

win32-simultaneous-gdb.patch (5.0 KB) - added by Jonathan Martens <jonathan@…> 15 years ago.

Download all attachments as: .zip

Change History (2)

Changed 15 years ago by Jonathan Martens <jonathan@…>

comment:1 Changed 15 years ago by Nigel

Resolution: fixed
Status: newclosed

(In [21224]) Unique GDB command files, for simultaneous debugging of frontend and backend. Patch from Jonathan Martens. Untested. Closes #6792

Note: See TracTickets for help on using tickets.