Re: [lldb-dev] [llvm-dev] HTTP library in LLVM

2020-08-31 Thread Jonas Devlieghere via lldb-dev
On Mon, Aug 31, 2020 at 4:38 PM Petr Hosek via llvm-dev < llvm-...@lists.llvm.org> wrote: > There are several options, I've looked at couple of them and the one I > like the most so far is https://github.com/yhirose/cpp-httplib for a few > reasons: > > * It's MIT licensed. > * It supports Linux, m

[lldb-dev] [RFC] Segmented Address Space Support in LLDB

2020-10-19 Thread Jonas Devlieghere via lldb-dev
We want to support segmented address spaces in LLDB. Currently, all of LLDB’s external API, command line interface, and internals assume that an address in memory can be addressed unambiguously as an addr_t (aka uint64_t). To support a segmented address space we’d need to extend addr_t with a discr

Re: [lldb-dev] Deleting lldb/utils/test/

2020-10-27 Thread Jonas Devlieghere via lldb-dev
Last time I looked at these nothing seemed relevant (anymore) to me either. I'm in favor of getting rid of the directory. On Tue, Oct 27, 2020 at 10:26 AM Vedant Kumar via lldb-dev < lldb-dev@lists.llvm.org> wrote: > Hi, > > I'm considering deleting the lldb/utils/test/ directory as a cleanup. Do

Re: [lldb-dev] [RFC] Segmented Address Space Support in LLDB

2020-11-10 Thread Jonas Devlieghere via lldb-dev
be worried about over-generalizing specialized code which can >>> afford to work with plain addresses, and where the added address space >>> would be a nuisance (or a source of bugs). E.g. ELF has no notion of address >>> space, so I don't think I'd find it hel

Re: [lldb-dev] [RFC] Moving away from epydoc for the LLDB SB API documentation

2020-11-25 Thread Jonas Devlieghere via lldb-dev
Another issue with epydoc is that it currently doesn't list properties. The checked-in documentation from the old days had them, but I never got epydoc to generate them (and to be fair I never really tried). Instead I looked at alternatives as well. The main issue I found is that it's easy to trick

Re: [lldb-dev] Updating or removing lldb's copy of unittest2

2021-01-28 Thread Jonas Devlieghere via lldb-dev
Hey David, On Thu, Jan 28, 2021 at 2:46 AM David Spickett via lldb-dev < lldb-dev@lists.llvm.org> wrote: > I came across a minor bug writing some lldb-server tests where single > line diffs weren't handled correctly by unittest2. Turns out they are > in the latest version but the third_party/ ver

Re: [lldb-dev] Removing linux mips support

2021-03-09 Thread Jonas Devlieghere via lldb-dev
+1 This all sounds in line with the expectations we've laid out on the mailing list in the past for platform/language support. On Tue, Mar 9, 2021 at 12:24 AM Pavel Labath via lldb-dev < lldb-dev@lists.llvm.org> wrote: > Hi all, > > I propose to remove support for linux mips debugging. This basi

[lldb-dev] LLDB Reproducers

2021-09-22 Thread Jonas Devlieghere via lldb-dev
Hey everyone, Over the course of the past year, I've come to the conclusion that the reproducers still require a non-trivial amount of investment to reach production quality. Unfortunately, I don't have the bandwidth to make that happen. Reproducers are inherently all-or-nothing: they either fait

Re: [lldb-dev] [llvm-dev] [RFC] Building LLVM-Debuginfod

2021-10-05 Thread Jonas Devlieghere via lldb-dev
+lldb-dev On Mon, Oct 4, 2021 at 11:01 PM Petr Hosek via llvm-dev < llvm-...@lists.llvm.org> wrote: > Two major factors are compatibility with a broad range of platforms (our > toolchain is already being used by developers on Linux, macOS, Windows) and > permissive license (our goal is to provide

Re: [lldb-dev] Is GetLogIf**All**CategoriesSet useful?

2022-01-19 Thread Jonas Devlieghere via lldb-dev
> On Jan 19, 2022, at 10:25 AM, Jim Ingham wrote: > > > >> On Jan 19, 2022, at 6:40 AM, Pavel Labath wrote: >> >> Hi all, >> >> In case you haven't noticed, I'd like to draw your attention to the >> in-flight patches (https://reviews.llvm.org/D117382, >> https://reviews.llvm.org/D117490)

<    1   2