[Lldb-commits] [PATCH] D159127: [lldb][libc++] Adds chrono data formatters.

2023-10-21 Thread Michael Buch via Phabricator via lldb-commits
Michael137 accepted this revision. Michael137 added a comment. This revision is now accepted and ready to land. Was looking at leftover reviews, would be nice to land this Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D159127/new/ https://reviews.ll

[Lldb-commits] [lldb] [lldb] improve dwo path in missing dwo error when relative (PR #69783)

2023-10-21 Thread Tom Yang via lldb-commits
https://github.com/zhyty closed https://github.com/llvm/llvm-project/pull/69783 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] 74ca072 - [lldb] improve dwo path in missing dwo error when relative (#69783)

2023-10-21 Thread via lldb-commits
Author: Tom Yang Date: 2023-10-21T16:59:44-07:00 New Revision: 74ca07295f3224a77ea5202858b3f4195b23fbcf URL: https://github.com/llvm/llvm-project/commit/74ca07295f3224a77ea5202858b3f4195b23fbcf DIFF: https://github.com/llvm/llvm-project/commit/74ca07295f3224a77ea5202858b3f4195b23fbcf.diff LOG:

[Lldb-commits] [lldb] [LLDB] Update docs on building documentation (PR #69858)

2023-10-21 Thread Aiden Grossman via lldb-commits
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/69858 >From 4d94c5fae6f72e3ad551cf3381b0a0e9efecbf9a Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Sat, 21 Oct 2023 15:46:39 -0700 Subject: [PATCH] [LLDB] Update docs on building documentation This patch

[Lldb-commits] [lldb] [LLDB] Update docs on building documentation (PR #69858)

2023-10-21 Thread Aiden Grossman via lldb-commits
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/69858 >From b7ff618fe56ab8ba8cb40c5f69a06a805f4e6e62 Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Sat, 21 Oct 2023 15:46:39 -0700 Subject: [PATCH] [LLDB] Update docs on building documentation This patch

[Lldb-commits] [lldb] [LLDB] Update docs on building documentation (PR #69858)

2023-10-21 Thread Aiden Grossman via lldb-commits
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/69858 >From b7ff618fe56ab8ba8cb40c5f69a06a805f4e6e62 Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Sat, 21 Oct 2023 15:46:39 -0700 Subject: [PATCH 1/4] [LLDB] Update docs on building documentation This pa

[Lldb-commits] [lldb] [LLDB] Update docs on building documentation (PR #69858)

2023-10-21 Thread Aiden Grossman via lldb-commits
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/69858 >From b7ff618fe56ab8ba8cb40c5f69a06a805f4e6e62 Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Sat, 21 Oct 2023 15:46:39 -0700 Subject: [PATCH 1/3] [LLDB] Update docs on building documentation This pa

[Lldb-commits] [lldb] [LLDB] Update docs on building documentation (PR #69858)

2023-10-21 Thread Aiden Grossman via lldb-commits
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/69858 >From b7ff618fe56ab8ba8cb40c5f69a06a805f4e6e62 Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Sat, 21 Oct 2023 15:46:39 -0700 Subject: [PATCH 1/2] [LLDB] Update docs on building documentation This pa

[Lldb-commits] [lldb] [LLDB] Update docs on building documentation (PR #69858)

2023-10-21 Thread via lldb-commits
llvmbot wrote: @llvm/pr-subscribers-lldb Author: Aiden Grossman (boomanaiden154) Changes This patch updates the documentation to match recent changes and make it more clear. More specifically, the process for installing sphinx has changed with the transition to myst with the requirements

[Lldb-commits] [lldb] [LLDB] Update docs on building documentation (PR #69858)

2023-10-21 Thread Aiden Grossman via lldb-commits
https://github.com/boomanaiden154 created https://github.com/llvm/llvm-project/pull/69858 This patch updates the documentation to match recent changes and make it more clear. More specifically, the process for installing sphinx has changed with the transition to myst with the requirements.txt

[Lldb-commits] [lldb] [lldb] Update qRegisterInfo docs to recommend target.xml (PR #69853)

2023-10-21 Thread Jason Molenda via lldb-commits
https://github.com/jasonmolenda closed https://github.com/llvm/llvm-project/pull/69853 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] ed0bb94 - [lldb] Update qRegisterInfo docs to recommend target.xml (#69853)

2023-10-21 Thread via lldb-commits
Author: Jason Molenda Date: 2023-10-21T11:58:29-07:00 New Revision: ed0bb9476ce0e2a8f7ec10bf5d2a439f75b39a23 URL: https://github.com/llvm/llvm-project/commit/ed0bb9476ce0e2a8f7ec10bf5d2a439f75b39a23 DIFF: https://github.com/llvm/llvm-project/commit/ed0bb9476ce0e2a8f7ec10bf5d2a439f75b39a23.diff

[Lldb-commits] [lldb] [lldb] Update qRegisterInfo docs to recommend target.xml (PR #69853)

2023-10-21 Thread via lldb-commits
https://github.com/tedwoodward approved this pull request. LGTM https://github.com/llvm/llvm-project/pull/69853 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Update qRegisterInfo docs to recommend target.xml (PR #69853)

2023-10-21 Thread via lldb-commits
llvmbot wrote: @llvm/pr-subscribers-lldb Author: Jason Molenda (jasonmolenda) Changes Before target.xml, lldb had its own method for querying the remote stub of the registers it supports, qRegisterInfo. The gdb standard method of using a target.xml file to describe the available register

[Lldb-commits] [lldb] [lldb] Update qRegisterInfo docs to recommend target.xml (PR #69853)

2023-10-21 Thread Jason Molenda via lldb-commits
https://github.com/jasonmolenda created https://github.com/llvm/llvm-project/pull/69853 Before target.xml, lldb had its own method for querying the remote stub of the registers it supports, qRegisterInfo. The gdb standard method of using a target.xml file to describe the available registers ha

[Lldb-commits] [lldb] [LLDB] Update docs on building documentation (PR #69834)

2023-10-21 Thread via lldb-commits
llvmbot wrote: @llvm/pr-subscribers-lldb Author: Aiden Grossman (boomanaiden154) Changes This patch updates the documentation to match recent changes and make it more clear. More specifically, the process for installing sphinx has changed with the transition to myst with the requirements

[Lldb-commits] [lldb] [LLDB] Update docs on building documentation (PR #69834)

2023-10-21 Thread Aiden Grossman via lldb-commits
https://github.com/boomanaiden154 created https://github.com/llvm/llvm-project/pull/69834 This patch updates the documentation to match recent changes and make it more clear. More specifically, the process for installing sphinx has changed with the transition to myst with the requirements.txt

[Lldb-commits] [lldb] [lldb] Add value to enumerator dump (PR #69815)

2023-10-21 Thread Vlad Serebrennikov via lldb-commits
https://github.com/Endilll updated https://github.com/llvm/llvm-project/pull/69815 >From 886c627b8675886cfa09745c2441e3ab4aaadaea Mon Sep 17 00:00:00 2001 From: Vlad Serebrennikov Date: Sat, 21 Oct 2023 09:18:24 +0300 Subject: [PATCH 1/3] [lldb] Add number to enumerator dump --- .../TypeSyste