1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-08 18:26:01 +02:00
cdt/llvm/org.eclipse.cdt.llvm.dsf.lldb.core
Marc-Andre Laperle 0cb3188339 Bug 539641 - [lldb] Pending breakpoints do not work
lldb-mi doesn't implement "-gdb-set breakpoint pending"
so instead we always use "-break-insert -f" to always use pending breakpoints.
Once the -gdb-set is implemented in lldb-mi, we can remove this.
See also https://reviews.llvm.org/D52953

Change-Id: Id07da58e0530898401d2f7285c44c97b38637542
Signed-off-by: Marc-Andre Laperle <malaperle@gmail.com>
2018-10-06 00:16:51 -04:00
..
.settings LLDB: Add support for local debugging of new processes 2016-08-18 10:47:33 -04:00
META-INF LLDB: Add support for local debugging of new processes 2016-08-18 10:47:33 -04:00
src/org/eclipse/cdt/llvm/dsf/lldb/core Bug 539641 - [lldb] Pending breakpoints do not work 2018-10-06 00:16:51 -04:00
.classpath LLDB: Add support for local debugging of new processes 2016-08-18 10:47:33 -04:00
.gitignore LLDB: Add support for local debugging of new processes 2016-08-18 10:47:33 -04:00
.project LLDB: Add support for local debugging of new processes 2016-08-18 10:47:33 -04:00
about.html LLDB: Add support for local debugging of new processes 2016-08-18 10:47:33 -04:00
build.properties LLDB: Add support for local debugging of new processes 2016-08-18 10:47:33 -04:00
plugin.properties LLDB: Add support for attaching to local process 2016-08-18 15:49:30 -04:00
plugin.xml LLDB: Add support for attaching to local process 2016-08-18 15:49:30 -04:00