BreakpointDummyOptionGroup was using g_breakpoint_modify_options rather than g_breakpoint_dummy_options causing the -D option for breakpoint set command to be incorrectly parsed.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Ack, yes. That's definitely wrong. Could you write a test for this to make sure we don't break it in the future. This should fail if you make one target, set a breakpoint with the -D option, then make a second target and check that it has the breakpoint, so it should be pretty easy to write the test? That way I won't break it again...
Comment Actions
Sure, I'll try to add a test in test/Shell/Breakpoint once I get the tests up and running on my machine.