mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-08 01:46:06 +00:00

I prefer to use "-p" over using line_number and then setting by line because it's makes it possible to see what the breakpoint is at the site where you make the breakpoint. So I switched it back to -p but specified the source file as well, which is an "all within lldb" way of doing what Pavel's fix did. llvm-svn: 257235