This is an archive of the discontinued LLVM Phabricator instance.

[lldb] add to gdb to lldb doc
ClosedPublic

Authored by cishida on Jan 16 2020, 6:56 PM.

Details

Summary
  • enabling and disabling a breakpoint were missing.

Diff Detail

Event Timeline

cishida created this revision.Jan 16 2020, 6:56 PM

There's a copy paste error in the first header. Other than that, this is fine, thanks for adding the entries!

lldb/docs/use/map.rst
613

Shouldn't that be "Disable" not "Enable"

Unit tests: pass. 61936 tests passed, 0 failed and 783 were skipped.

clang-tidy: unknown.

clang-format: pass.

Build artifacts: diff.json, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml

JDevlieghere accepted this revision.Jan 16 2020, 7:43 PM

LGTM with Jim's comment addressed.

This revision is now accepted and ready to land.Jan 16 2020, 7:43 PM
cishida updated this revision to Diff 238688.Jan 16 2020, 7:50 PM

Updating to fix copy/paste error

cishida marked an inline comment as done.Jan 16 2020, 7:51 PM
JDevlieghere accepted this revision.Jan 16 2020, 7:52 PM
This revision was automatically updated to reflect the committed changes.

Unit tests: pass. 61936 tests passed, 0 failed and 783 were skipped.

clang-tidy: unknown.

clang-format: pass.

Build artifacts: diff.json, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml