| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[lldb][docs] Fix "Developing LLDB" table of contents (#113166) Currently all the headings marked as # show up as a top-level entry in the Developing LLDB toctree. This patch marks these as ## so only Adding Programming Language Support is displayed in the table of contents. | 1 年前 | |
[docs][lldb] update the Windows tools instructions (#164491) This patch updates the instructions explaining how to install the required tools for building lldb on Windows, mostly removing the duplication and removing references to GnuWin32 which still has executables built in 2009 and is no longer functional per their website. | 9 个月前 | |
[lldb/infra] Revamp lldb.llvm.org This patch brings a fresh coat of paint to the LLDB website. This uses the furo theme from the suggested theme list, adds some changes to the css to make it use the full browser window width and removes the table of contents since the theme generates it automatically. This patch also rewrites the tables for "GDB to LLDB command map" to convert them from raw HTML to native inlined code blocks. To generate the website, make sure you install the theme first with pip install furo, enable sphinx in the cmake invocation then run ninja docs-lldb-html` Discourse: https://discourse.llvm.org/t/rfc-revamping-lldbs-website Differential Revision: https://reviews.llvm.org/D158323 Signed-off-by: Med Ismail Bennani <ismail@bennani.ma> | 2 年前 | |
[lldb] Fix a typo in documentation (#146115) | 1 年前 | |
[lldb][Docs] Link up the newly restored data formatters page In the place it used to be linked from. | 2 年前 | |
[lldb] Fix typos in documentation (#139839) | 1 年前 | |
[lldb][docs] DW_AT_APPLE_major_runtime_version -> DW_AT_APPLE_major_runtime_vers (#162062) DW_AT_APPLE_major_runtime_version doesn't exist. This should be DW_AT_APPLE_major_runtime_vers. | 10 个月前 | |
[lldb] Add a return opcode to the formatter bytecode (#121602) In LLVM we love our early exists and this opcode allows for simpler code generation. | 1 年前 | |
[lldb] Simplify the LLDB website structure Feedback I hear regularly is that the LLDB website is hard to navigate. This patch is an attempt to simplify things by breaking the website up in 3 major areas: "Using LLDB", "Scripting LLDB" and "Developing LLDB". - The majority of the "project" pages were eliminated. The projects page was moved under "Developing LLDB". The releases page was replaced with a link under "External links". The other pages (goals, features and status) were pretty outdated and while they probably made sense in the past, they don't feel all that relevant anymore now that LLDB is an established debugger. - "USE & EXTENSION" was renamed to "Using LLDB". Besides that, this section remained mostly unchanged. The exception are the Python pages which were moved under "Scripting LLDB". - "Development" was renamed to "Developing LLDB" and now houses all the resources for LLDB developers. The old "Design" section (which only contained two pages) was moved back under here too. Differential revision: https://reviews.llvm.org/D158023 | 2 年前 | |
[vscode-lldb] Add VS Code commands for high level debug workflow (#151827) This allows other debugger extensions to leverage the lldb-dap extension's settings and logic (e.g. "Server Mode"). Other debugger extensions can invoke these commands to resolve configuration, create adapter descriptor, and get the lldb-dap process for state tracking, additional interaction, and telemetry. VS Code commands added: * lldb-dap.resolveDebugConfiguration * lldb-dap.resolveDebugConfigurationWithSubstitutedVariables * lldb-dap.createDebugAdapterDescriptor * lldb-dap.getServerProcess | 1 年前 | |
Refine qWasmCallStack documentation (#163803) qWasmCallStack documentation is not clear enough in how the list of PC values is delimited and the size of these values. | 9 个月前 | |
[lldb][Docs] Sort documented packets alphabetically (#90584) For the platform and extension doc. Also add links in the extension doc to the GDB specs we're extending. | 2 年前 | |
[lldb][Docs] Link up the newly restored data formatters page In the place it used to be linked from. | 2 年前 | |
[lldb/infra] Revamp lldb.llvm.org This patch brings a fresh coat of paint to the LLDB website. This uses the furo theme from the suggested theme list, adds some changes to the css to make it use the full browser window width and removes the table of contents since the theme generates it automatically. This patch also rewrites the tables for "GDB to LLDB command map" to convert them from raw HTML to native inlined code blocks. To generate the website, make sure you install the theme first with pip install furo, enable sphinx in the cmake invocation then run ninja docs-lldb-html` Discourse: https://discourse.llvm.org/t/rfc-revamping-lldbs-website Differential Revision: https://reviews.llvm.org/D158323 Signed-off-by: Med Ismail Bennani <ismail@bennani.ma> | 2 年前 | |
[lldb][docs] Add section on testing with QEMU user (#149057) This is not recommended to basically anyone but on occasion it's useful and could be used for testing with other simulator programs for example bare metal simulators. It is not something we do officially support or make any quality guarantees for. Adding this is also an excuse to document the limitations and make the time spent setting up system mode look more worthwhile and might be good to cite in future discussions about testing in simulation. | 1 年前 | |
Add a comment in the SB API doc about keeping the SB API's lightweight. (#108462) | 1 年前 | |
[lldb][Docs] Expand remote testing instructions (#122694) There's a lot of fiddly bits to get right here, so I've added a more complete example and explained why you might choose one method over another. I thought about adding this to the qemu testing page, as that's what we (Linaro) use this for mostly, but it applies to any remote system whether hardware or simulator. | 1 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 1 年前 | ||
| 9 个月前 | ||
| 2 年前 | ||
| 1 年前 | ||
| 2 年前 | ||
| 1 年前 | ||
| 10 个月前 | ||
| 1 年前 | ||
| 2 年前 | ||
| 1 年前 | ||
| 9 个月前 | ||
| 2 年前 | ||
| 2 年前 | ||
| 2 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 1 年前 |