This is an archive of the discontinued LLVM Phabricator instance.

[LLDB-MI] Add (gdb) prompt after =breakpoint-modified and =breakpoint-created.
ClosedPublic

Authored by dawn on Aug 18 2015, 1:36 PM.

Details

Summary

This patch causes lldb-mi to print the (gdb) prompt after =breakpoint-modified and =breakpoint-created notifications. This makes it clear to the user and IDEs that lldb is done and ready for input.

Diff Detail

Repository
rL LLVM

Event Timeline

dawn updated this revision to Diff 32443.Aug 18 2015, 1:36 PM
dawn retitled this revision from to [LLDB-MI] Add (gdb) prompt after =breakpoint-modified and =breakpoint-created..
dawn updated this object.
dawn added reviewers: abidh, ki.stfu, brucem.
dawn set the repository for this revision to rL LLVM.
dawn added a subscriber: lldb-commits.
abidh accepted this revision.Aug 19 2015, 1:39 AM
abidh edited edge metadata.

Looks good.

This revision is now accepted and ready to land.Aug 19 2015, 1:39 AM
ki.stfu accepted this revision.Aug 19 2015, 3:33 AM
ki.stfu edited edge metadata.
This revision was automatically updated to reflect the committed changes.