[Lldb-commits] [PATCH] D139461: Fix dwarf5-lazy-dwo.c for the default c target not being c99.

2022-12-06 Thread Mitch Phillips via Phabricator via lldb-commits
hctim created this revision. hctim added reviewers: Eric, jankratochvil, herhut. Herald added a project: All. hctim requested review of this revision. Herald added a project: LLDB. Herald added a subscriber: lldb-commits. My host compiler is clang version 15.0.0, which uses -std=c11 by default. Th

[Lldb-commits] [PATCH] D139463: Fix breakpoint-command.test when no script interpreter is compiled in.

2022-12-06 Thread Mitch Phillips via Phabricator via lldb-commits
hctim created this revision. hctim added reviewers: JDevlieghere, labath. Herald added a project: All. hctim requested review of this revision. Herald added a project: LLDB. Herald added a subscriber: lldb-commits. My local build is with -DLLVM_ENABLE_PROJECTS=lldb, but I don't compile with -DLLDB

[Lldb-commits] [PATCH] D139461: Fix dwarf5-lazy-dwo.c for the default c target not being c99.

2022-12-07 Thread Mitch Phillips via Phabricator via lldb-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rGfc5bda52f00b: Fix dwarf5-lazy-dwo.c for the default c target not being c99. (authored by hctim). Repository: rG LLVM Github Monorepo CHANGES SINC

[Lldb-commits] [PATCH] D139463: Fix breakpoint-command.test when no script interpreter is compiled in.

2022-12-12 Thread Mitch Phillips via Phabricator via lldb-commits
hctim marked an inline comment as done. hctim added inline comments. Comment at: lldb/test/Shell/Breakpoint/breakpoint-command.test:1 +# REQUIRES: script-interpreter # RUN: %build %p/Inputs/dummy-target.c -o %t.out labath wrote: > Maybe this could just be `REQUI

[Lldb-commits] [PATCH] D139463: Fix breakpoint-command.test when no script interpreter is compiled in.

2022-12-12 Thread Mitch Phillips via Phabricator via lldb-commits
hctim updated this revision to Diff 482190. hctim marked an inline comment as done. hctim added a comment. change to using existing python/lua glue Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D139463/new/ https://reviews.llvm.org/D139463 Files:

[Lldb-commits] [PATCH] D139463: Fix breakpoint-command.test when no script interpreter is compiled in.

2022-12-12 Thread Mitch Phillips via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG1b753240d50a: Fix breakpoint-command.test when no script interpreter is compiled in. (authored by hctim). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D13946