[Lldb-commits] [PATCH] D85107: Add a test for 'b' (toggle breakpoint)

2020-08-02 Thread Luboš Luňák via Phabricator via lldb-commits
llunak created this revision. llunak added a reviewer: clayborg. llunak requested review of this revision. The test needs the python curses module, to get the proper escape sequence to send the down key event. I'm not sure if it's ok to just use the module, or if some check for it should be adde

[Lldb-commits] [PATCH] D85106: Move TestGuiBasicDebug.py to lldb/test and update it

2020-08-02 Thread Luboš Luňák via Phabricator via lldb-commits
llunak created this revision. llunak added a reviewer: clayborg. llunak requested review of this revision. Between the time it was created and it was pushed upstream, 99451b4453688a94c6014cac233d371ab4cc342d has moved the exi

[Lldb-commits] [PATCH] D81334: 2/2: [lldb] Fix DW_TAG_GNU_call_site-DW_AT_low_pc as produced by GCC

2020-08-02 Thread Jan Kratochvil via Phabricator via lldb-commits
jankratochvil added a comment. In D81334#2189533 , @llunak wrote: > The DWARF in the source file appears to be broken, the test fails for me on > openSUSE 15.2 x86_64, with errors about DIE references outside of its CU. It > fails even if I try to manual

[Lldb-commits] [lldb] e6c2c9a - [lldb] [test] Fix DW_TAG_GNU_call_site-DW_AT_low_pc.s relocation

2020-08-02 Thread Jan Kratochvil via lldb-commits
Author: Jan Kratochvil Date: 2020-08-02T22:41:02+02:00 New Revision: e6c2c9a7d15171a57c98024511eaa8885f1bd5fd URL: https://github.com/llvm/llvm-project/commit/e6c2c9a7d15171a57c98024511eaa8885f1bd5fd DIFF: https://github.com/llvm/llvm-project/commit/e6c2c9a7d15171a57c98024511eaa8885f1bd5fd.diff

[Lldb-commits] [PATCH] D85098: Implement breakpoint removal on breakpoint toggling in lldb gui

2020-08-02 Thread Luboš Luňák via Phabricator via lldb-commits
llunak created this revision. llunak added a reviewer: clayborg. llunak requested review of this revision. It says it toggles breakpoints, so if one already exists on the selected location, remove it instead of adding. Repository: rLLDB LLDB https://reviews.llvm.org/D85098 Files: lldb/sou

[Lldb-commits] [PATCH] D81334: 2/2: [lldb] Fix DW_TAG_GNU_call_site-DW_AT_low_pc as produced by GCC

2020-08-02 Thread Luboš Luňák via Phabricator via lldb-commits
llunak added a comment. Herald added a subscriber: JDevlieghere. The DWARF in the source file appears to be broken, the test fails for me on openSUSE 15.2 x86_64, with errors about DIE references outside of its CU. It fails even if I try to manually compile and debug the file, with Clang git or