[Lldb-commits] [lldb] r373719 - [lldb] Fix typo in r373675

2019-10-04 Thread Sam McCall via lldb-commits
Author: sammccall Date: Fri Oct 4 02:33:04 2019 New Revision: 373719 URL: http://llvm.org/viewvc/llvm-project?rev=373719&view=rev Log: [lldb] Fix typo in r373675 Modified: lldb/trunk/scripts/Python/python-wrapper.swig Modified: lldb/trunk/scripts/Python/python-wrapper.swig URL: http://llvm

[Lldb-commits] [lldb] r373721 - [lldb] Fix -Wreorder-ctor in r373673

2019-10-04 Thread Sam McCall via lldb-commits
Author: sammccall Date: Fri Oct 4 02:41:43 2019 New Revision: 373721 URL: http://llvm.org/viewvc/llvm-project?rev=373721&view=rev Log: [lldb] Fix -Wreorder-ctor in r373673 Modified: lldb/trunk/source/Commands/CommandObjectBreakpoint.cpp Modified: lldb/trunk/source/Commands/CommandObjectBrea

[Lldb-commits] [lldb] r358696 - [CodeComplete] Remove obsolete isOutputBinary().

2019-04-18 Thread Sam McCall via lldb-commits
Author: sammccall Date: Thu Apr 18 10:35:55 2019 New Revision: 358696 URL: http://llvm.org/viewvc/llvm-project?rev=358696&view=rev Log: [CodeComplete] Remove obsolete isOutputBinary(). Summary: It's never set to true. Its only effect would be to set stdout to binary mode. Hopefully we have better

[Lldb-commits] [lldb] d035c83 - [lldb] Try to fix writing outside temp dir from 4bafceced6a7641be7b090229c6ccef22cf55bff

2020-01-17 Thread Sam McCall via lldb-commits
Author: Sam McCall Date: 2020-01-17T17:30:12+01:00 New Revision: d035c832c3f9d29eb1d29b6d22cd8d018a6462c6 URL: https://github.com/llvm/llvm-project/commit/d035c832c3f9d29eb1d29b6d22cd8d018a6462c6 DIFF: https://github.com/llvm/llvm-project/commit/d035c832c3f9d29eb1d29b6d22cd8d018a6462c6.diff LO

[Lldb-commits] [lldb] 499d0b9 - [clang] createInvocationFromCommandLine -> createInvocation, delete former. NFC

2022-05-06 Thread Sam McCall via lldb-commits
Author: Sam McCall Date: 2022-05-06T16:21:48+02:00 New Revision: 499d0b96cb52c828e7fc4d58825b5e8b3f9931c5 URL: https://github.com/llvm/llvm-project/commit/499d0b96cb52c828e7fc4d58825b5e8b3f9931c5 DIFF: https://github.com/llvm/llvm-project/commit/499d0b96cb52c828e7fc4d58825b5e8b3f9931c5.diff LO

[Lldb-commits] [lldb] 6ed81ab - Fix LLDB test broken by 499d0b96cb52c828e7fc4d58825b5e8b3f9931c5

2022-05-06 Thread Sam McCall via lldb-commits
Author: Sam McCall Date: 2022-05-06T17:09:02+02:00 New Revision: 6ed81abec2531984e8068de80637bc9f5a041655 URL: https://github.com/llvm/llvm-project/commit/6ed81abec2531984e8068de80637bc9f5a041655 DIFF: https://github.com/llvm/llvm-project/commit/6ed81abec2531984e8068de80637bc9f5a041655.diff LO

[Lldb-commits] [lldb] fa69b60 - [JSON] Add error reporting to fromJSON and ObjectMapper

2020-09-23 Thread Sam McCall via lldb-commits
Author: Sam McCall Date: 2020-09-24T01:20:09+02:00 New Revision: fa69b608063eecba76fb35d167b063cbfe532c28 URL: https://github.com/llvm/llvm-project/commit/fa69b608063eecba76fb35d167b063cbfe532c28 DIFF: https://github.com/llvm/llvm-project/commit/fa69b608063eecba76fb35d167b063cbfe532c28.diff LO

[Lldb-commits] [lldb] 751f5c8 - Fix LLDB tweak in 62a47e994fcf5b73e29547d26cd9676b30cb69a3

2020-09-23 Thread Sam McCall via lldb-commits
Author: Sam McCall Date: 2020-09-24T01:30:42+02:00 New Revision: 751f5c81468966d921ad54827d27ff19aa43af8e URL: https://github.com/llvm/llvm-project/commit/751f5c81468966d921ad54827d27ff19aa43af8e DIFF: https://github.com/llvm/llvm-project/commit/751f5c81468966d921ad54827d27ff19aa43af8e.diff LO

[Lldb-commits] [lldb] cc56c66 - Revert "[AST] Add UsingType: a sugar type for types found via UsingDecl"

2021-12-20 Thread Sam McCall via lldb-commits
Author: Sam McCall Date: 2021-12-20T17:53:56+01:00 New Revision: cc56c66f27e131b914082d3bd21180646e842e9a URL: https://github.com/llvm/llvm-project/commit/cc56c66f27e131b914082d3bd21180646e842e9a DIFF: https://github.com/llvm/llvm-project/commit/cc56c66f27e131b914082d3bd21180646e842e9a.diff LO

[Lldb-commits] [lldb] af27466 - Reland "[AST] Add UsingType: a sugar type for types found via UsingDecl"

2021-12-20 Thread Sam McCall via lldb-commits
Author: Sam McCall Date: 2021-12-20T18:03:15+01:00 New Revision: af27466c50398e3f04372850370eab8dc8abbb92 URL: https://github.com/llvm/llvm-project/commit/af27466c50398e3f04372850370eab8dc8abbb92 DIFF: https://github.com/llvm/llvm-project/commit/af27466c50398e3f04372850370eab8dc8abbb92.diff LO

[Lldb-commits] [lldb] 92417ea - [CodeCompletion] Signature help for braced constructor calls

2022-01-03 Thread Sam McCall via lldb-commits
Author: Sam McCall Date: 2022-01-03T20:14:59+01:00 New Revision: 92417eaf3329dc823c905ec6a608b83ac62b4f7c URL: https://github.com/llvm/llvm-project/commit/92417eaf3329dc823c905ec6a608b83ac62b4f7c DIFF: https://github.com/llvm/llvm-project/commit/92417eaf3329dc823c905ec6a608b83ac62b4f7c.diff LO

[Lldb-commits] [PATCH] D26528: Fix uninitialized members.

2016-11-10 Thread Sam McCall via lldb-commits
sammccall created this revision. sammccall added a subscriber: lldb-commits. Fix uninitialized members. https://reviews.llvm.org/D26528 Files: source/Host/common/FileSpec.cpp source/Target/Process.cpp Index: source/Target/Process.cpp ===

[Lldb-commits] [lldb] r286947 - Fix uninitialized members.

2016-11-15 Thread Sam McCall via lldb-commits
Author: sammccall Date: Tue Nov 15 04:58:16 2016 New Revision: 286947 URL: http://llvm.org/viewvc/llvm-project?rev=286947&view=rev Log: Fix uninitialized members. Summary: Fix uninitialized members. Reviewers: jingham Subscribers: jingham, lldb-commits Differential Revision: https://reviews.ll

[Lldb-commits] [lldb] r287274 - Fix step-over when SymbolContext.function is missing and symbol is present.

2016-11-17 Thread Sam McCall via lldb-commits
Author: sammccall Date: Thu Nov 17 16:29:31 2016 New Revision: 287274 URL: http://llvm.org/viewvc/llvm-project?rev=287274&view=rev Log: Fix step-over when SymbolContext.function is missing and symbol is present. Summary: Fix step-over when SymbolContext.function is missing and symbol is present.

[Lldb-commits] [lldb] r287636 - Improve detection of global vs local variables

2016-11-22 Thread Sam McCall via lldb-commits
Author: sammccall Date: Tue Nov 22 05:40:25 2016 New Revision: 287636 URL: http://llvm.org/viewvc/llvm-project?rev=287636&view=rev Log: Improve detection of global vs local variables Summary: Improve detection of global vs local variables. Currently when a global variable is optimized out or oth