https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241773
Shane <free...@shaneware.biz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |free...@shaneware.biz --- Comment #10 from Shane <free...@shaneware.biz> --- The failure to step looks to have been fixed in lldb v11. I see the failure to step, in 12.2 base lldb as well as lldb10 from ports, using lldb11 from ports steps as expected. (lldb 8/9 also work) Using 12-stable from Feb and some older ports, I also see another differing result, compiling with clang 9 and using lldb10 from ports. Using the first version that prints values only, lldb10 gives a permission error * thread #1, name = 'testprog', stop reason = step over failed (Could not create return address breakpoint. Return address (0x2012db) permissions not found.) Then using the newer version with printing address as well there is no error, lldb10 fails to step and continues to the end. Just changing the printf lines makes this variation. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-toolchain@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain To unsubscribe, send any mail to "freebsd-toolchain-unsubscr...@freebsd.org"