jgorbe created this revision.
jgorbe added reviewers: dblaikie, labath.
Herald added a subscriber: arphaman.
jgorbe requested review of this revision.
Herald added a project: LLDB.
In DWARF v4 compile units go in .debug_info and type units go in
.debug_types. However, in v5 both kinds of units are
clayborg added a comment.
See inlined comment about the packet name issue and let me know what you think
Comment at: lldb/include/lldb/Target/Process.h:182-183
m_wait_for_launch = false;
+m_wait_for_launch_interval = llvm::Optional();
+m_wait_for_launch_duration =
Author: Jonas Devlieghere
Date: 2021-02-05T15:21:24-08:00
New Revision: 28c6b1e5522f2beeac48ccf359e423cb31160c8d
URL:
https://github.com/llvm/llvm-project/commit/28c6b1e5522f2beeac48ccf359e423cb31160c8d
DIFF:
https://github.com/llvm/llvm-project/commit/28c6b1e5522f2beeac48ccf359e423cb31160c8d.d
Author: Jonas Devlieghere
Date: 2021-02-05T15:21:24-08:00
New Revision: ac1242bce3657754768928cac36a6d1b1090a857
URL:
https://github.com/llvm/llvm-project/commit/ac1242bce3657754768928cac36a6d1b1090a857
DIFF:
https://github.com/llvm/llvm-project/commit/ac1242bce3657754768928cac36a6d1b1090a857.d
augusto2112 added a comment.
Herald added a subscriber: JDevlieghere.
As discussed in the vAttachWait patch (https://reviews.llvm.org/D93895), I've
implemented a jAttachWait packet with supports two additional parameters
(polling interval and polling duration) when attaching to a process by name
augusto2112 created this revision.
augusto2112 added reviewers: labath, clayborg, jasonmolenda.
Herald added a subscriber: dang.
augusto2112 requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
jAttachWait provides the same functionality as vAtt
lanza added a comment.
Thanks, Jonas! What's the status for your downstream repos? This generates
bindings but they aren't entirely functional as it generates type annotations
like `"lldb::SBDebugger"` which Python LSPs can't figure out. I ended up adding
`-py3` and then running some sed post-p
JDevlieghere accepted this revision.
JDevlieghere added a comment.
This revision is now accepted and ready to land.
LGTM with a few nits.
Comment at: lldb/include/lldb/Host/ProcessLaunchInfo.h:187
lldb::ListenerSP m_hijack_listener_sp;
+ std::string m_scripted_process_class
This revision was automatically updated to reflect the committed changes.
Closed by commit rGe5228ef556e5: [lldb] Emit type annotation in SWIG generated
Python code. (authored by JDevlieghere).
Herald added a project: LLDB.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https:
Author: Jonas Devlieghere
Date: 2021-02-05T08:51:22-08:00
New Revision: e5228ef556e5a4cb40c6c7936aada636e1b7be10
URL:
https://github.com/llvm/llvm-project/commit/e5228ef556e5a4cb40c6c7936aada636e1b7be10
DIFF:
https://github.com/llvm/llvm-project/commit/e5228ef556e5a4cb40c6c7936aada636e1b7be10.d
Author: Raphael Isemann
Date: 2021-02-05T10:17:16+01:00
New Revision: 6e1afd858757256afdb619665befb790c76418bb
URL:
https://github.com/llvm/llvm-project/commit/6e1afd858757256afdb619665befb790c76418bb
DIFF:
https://github.com/llvm/llvm-project/commit/6e1afd858757256afdb619665befb790c76418bb.dif
labath added inline comments.
Comment at: lldb/utils/lldb-dotest/CMakeLists.txt:29
string(REPLACE ${LLVM_RUNTIME_OUTPUT_INTDIR} ${config_runtime_output_dir}
LLDB_TEST_DSYMUTIL_CONFIGURED "${LLDB_TEST_DSYMUTIL}")
-string(REPLACE ${LLVM_RUNTIME_OUTPUT_INTDIR} ${config_run
This revision was automatically updated to reflect the committed changes.
Closed by commit rGb90c4907ae81: [lldb/cmake] Reduce duplication in generation
lldb-dotest (authored by labath).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96034/new/
https
This revision was automatically updated to reflect the committed changes.
Closed by commit rG98d9f2dcaca0: [lldb/test] Reduce API test tools
configuration boilerplate (authored by labath).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95261/new/
htt
Author: Pavel Labath
Date: 2021-02-05T08:44:10+01:00
New Revision: b90c4907ae81e13ff3ce8a56b698e92b36a62d61
URL:
https://github.com/llvm/llvm-project/commit/b90c4907ae81e13ff3ce8a56b698e92b36a62d61
DIFF:
https://github.com/llvm/llvm-project/commit/b90c4907ae81e13ff3ce8a56b698e92b36a62d61.diff
Author: Pavel Labath
Date: 2021-02-05T08:44:08+01:00
New Revision: 98d9f2dcaca0c9fe64616fcca882e45473cf6dd1
URL:
https://github.com/llvm/llvm-project/commit/98d9f2dcaca0c9fe64616fcca882e45473cf6dd1
DIFF:
https://github.com/llvm/llvm-project/commit/98d9f2dcaca0c9fe64616fcca882e45473cf6dd1.diff
16 matches
Mail list logo