[Lldb-commits] [lldb] fdc6aea - [lldb] Check Decl kind when completing -flimit-debug-info types

2020-08-14 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-08-14T12:31:37+02:00 New Revision: fdc6aea3fd822b639baaa5b666fdf7598d08c8de URL: https://github.com/llvm/llvm-project/commit/fdc6aea3fd822b639baaa5b666fdf7598d08c8de DIFF: https://github.com/llvm/llvm-project/commit/fdc6aea3fd822b639baaa5b666fdf7598d08c8de.diff

[Lldb-commits] [lldb] e6b1b61 - [lldb] Fix py3 incompatibility in gdbremote_testcase.py

2020-08-14 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-08-14T12:15:25+02:00 New Revision: e6b1b61054c285efad7bf4ee0a4da53e56944d87 URL: https://github.com/llvm/llvm-project/commit/e6b1b61054c285efad7bf4ee0a4da53e56944d87 DIFF: https://github.com/llvm/llvm-project/commit/e6b1b61054c285efad7bf4ee0a4da53e56944d87.diff

[Lldb-commits] [lldb] 40d7742 - [lldb/Utility] Simplify Scalar::PromoteToMaxType

2020-08-14 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-08-14T11:09:16+02:00 New Revision: 40d774265b08fbfd0f3e2ffa79ce7feddbd060bc URL: https://github.com/llvm/llvm-project/commit/40d774265b08fbfd0f3e2ffa79ce7feddbd060bc DIFF: https://github.com/llvm/llvm-project/commit/40d774265b08fbfd0f3e2ffa79ce7feddbd060bc.diff

[Lldb-commits] [lldb] bb91c9f - [cmake] Make gtest macro definitions a part the library interface

2020-08-11 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-08-11T15:22:44+02:00 New Revision: bb91c9fe7b62939fdb11ae42a31a5d5a61575ae7 URL: https://github.com/llvm/llvm-project/commit/bb91c9fe7b62939fdb11ae42a31a5d5a61575ae7 DIFF: https://github.com/llvm/llvm-project/commit/bb91c9fe7b62939fdb11ae42a31a5d5a61575ae7.diff

Re: [Lldb-commits] [lldb] a06c28d - Temporarily revert "[test] Exit with an error if no tests are run."

2020-08-11 Thread Pavel Labath via lldb-commits
On 04/08/2020 17:34, Jordan Rupprecht via lldb-commits wrote: > Thanks, that explains it! Namely this part: > > if sys.platform.startswith('win32'): >     # llvm.org/pr22274 : need a pexpect > replacement for windows >     class PExpectTest(object): >         pass > else:

Re: [Lldb-commits] [lldb] 1d9b860 - Unify the return value of GetByteSize to an llvm::Optional (NFC-ish)

2020-07-27 Thread Pavel Labath via lldb-commits
On 27/07/2020 19:03, Adrian Prantl via lldb-commits wrote: > Do you happen to have a link to a bot with the failures? Or can you send > me the output in case it's an internal bot? > > thanks, > adrian > This should do it: http://lab.llvm.org:8011/builders/lldb-x86_64-debian/builds/14598

[Lldb-commits] [lldb] 1956cf1 - [lldb/DWARF] Don't treat class declarations with children as definitions

2020-07-27 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-07-27T12:58:22+02:00 New Revision: 1956cf1042d3c406d9e9cefe47d3b43adf2bdbe1 URL: https://github.com/llvm/llvm-project/commit/1956cf1042d3c406d9e9cefe47d3b43adf2bdbe1 DIFF: https://github.com/llvm/llvm-project/commit/1956cf1042d3c406d9e9cefe47d3b43adf2bdbe1.diff

[Lldb-commits] [lldb] 2e828e7 - [lldb] Fix e89414f406 for msvc

2020-07-27 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-07-27T11:49:46+02:00 New Revision: 2e828e7579928e8cc1c5e53c84ab99ffb5afca03 URL: https://github.com/llvm/llvm-project/commit/2e828e7579928e8cc1c5e53c84ab99ffb5afca03 DIFF: https://github.com/llvm/llvm-project/commit/2e828e7579928e8cc1c5e53c84ab99ffb5afca03.diff

[Lldb-commits] [lldb] e89414f - [lldb/Utility] Clean up Scalar constructors

2020-07-27 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-07-27T10:06:56+02:00 New Revision: e89414f4060d3ff2afcd1c89fc028d61270c4d22 URL: https://github.com/llvm/llvm-project/commit/e89414f4060d3ff2afcd1c89fc028d61270c4d22 DIFF: https://github.com/llvm/llvm-project/commit/e89414f4060d3ff2afcd1c89fc028d61270c4d22.diff

[Lldb-commits] [lldb] 81d7eba - [lldb/Utility] Fix a bug in RangeMap::CombineConsecutiveRanges

2020-07-27 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-07-27T10:06:56+02:00 New Revision: 81d7ebaf5c369d42b77f9e3e47e2ac22c306ec04 URL: https://github.com/llvm/llvm-project/commit/81d7ebaf5c369d42b77f9e3e47e2ac22c306ec04 DIFF: https://github.com/llvm/llvm-project/commit/81d7ebaf5c369d42b77f9e3e47e2ac22c306ec04.diff

Re: [Lldb-commits] [lldb] 0d5fc82 - [lldb] Eliminate unneeded value parameters in Utility (NFC)

2020-07-24 Thread Pavel Labath via lldb-commits
On 23/07/2020 18:24, Adrian Prantl wrote: > Is there some clever C++ way to prohibit taking an object's address (similar > to how you can delete a copy constructor)? > > -- adrian You could =delete the address-of operator, but redefining unary & is generally frowned upon and I am not sure it

[Lldb-commits] [lldb] 9cdd68e - Recommit "[lldb/API] Overwrite variables with SBLaunchInfo::SetEnvironment(append=true)"

2020-07-23 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-07-23T14:17:57+02:00 New Revision: 9cdd68e7c1331efd3c0aec84ef925a1679a73771 URL: https://github.com/llvm/llvm-project/commit/9cdd68e7c1331efd3c0aec84ef925a1679a73771 DIFF: https://github.com/llvm/llvm-project/commit/9cdd68e7c1331efd3c0aec84ef925a1679a73771.diff

Re: [Lldb-commits] [lldb] 0d5fc82 - [lldb] Eliminate unneeded value parameters in Utility (NFC)

2020-07-23 Thread Pavel Labath via lldb-commits
On 22/07/2020 22:56, Jonas Devlieghere via lldb-commits wrote: > - ConstString operator=(ConstString rhs) { > + ConstString operator=(const ConstString ) { ConstString is trivially copyable (well, it has a user defined copy constructor but it is trivial...). Plus, not so long ago (D59030) we

[Lldb-commits] [lldb] c9d5a30 - [lldb] add printing of stdout compile errors to lldbsuite

2020-07-22 Thread Pavel Labath via lldb-commits
Author: Benson Li Date: 2020-07-22T16:38:20+02:00 New Revision: c9d5a3058fcde50c2fe40a5eaaa939d0995d3cd2 URL: https://github.com/llvm/llvm-project/commit/c9d5a3058fcde50c2fe40a5eaaa939d0995d3cd2 DIFF: https://github.com/llvm/llvm-project/commit/c9d5a3058fcde50c2fe40a5eaaa939d0995d3cd2.diff

[Lldb-commits] [lldb] e00645c - [lldb/test] Delete result formatter machinery entirely

2020-07-22 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-07-22T11:53:41+02:00 New Revision: e00645cc7878da13c86339fd50a4fb78d8a698ad URL: https://github.com/llvm/llvm-project/commit/e00645cc7878da13c86339fd50a4fb78d8a698ad DIFF: https://github.com/llvm/llvm-project/commit/e00645cc7878da13c86339fd50a4fb78d8a698ad.diff

[Lldb-commits] [lldb] 5f4c850 - [lldb/test] Do a better job at setting (DY)LD_LIBRARY_PATH

2020-07-22 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-07-22T11:37:02+02:00 New Revision: 5f4c850e7b4f100a8c779ea52b492c87af076136 URL: https://github.com/llvm/llvm-project/commit/5f4c850e7b4f100a8c779ea52b492c87af076136 DIFF: https://github.com/llvm/llvm-project/commit/5f4c850e7b4f100a8c779ea52b492c87af076136.diff

Re: [Lldb-commits] [lldb] cd05406 - [testsuite] Adapt lldb-server base test helper to run on arm64

2020-07-21 Thread Pavel Labath via lldb-commits
On 20/07/2020 23:38, Davide Italiano via lldb-commits wrote: > @@ -1601,8 +1601,18 @@ def single_step_only_steps_one_instruction( > # variable value > if re.match("s390x", arch): > expected_step_count = 2 > +# ARM64 requires "4" instructions: 2 to compute the

Re: [Lldb-commits] [lldb] f8df2e1 - [lldb/Reproducers] Always record the current working directory

2020-07-21 Thread Pavel Labath via lldb-commits
On 20/07/2020 20:54, Jonas Devlieghere via lldb-commits wrote: > > Author: Jonas Devlieghere > Date: 2020-07-20T11:54:11-07:00 > New Revision: f8df2e1a19913e997d8d6dbe573de977406e736e > > URL: > https://github.com/llvm/llvm-project/commit/f8df2e1a19913e997d8d6dbe573de977406e736e > DIFF: >

[Lldb-commits] [lldb] 7fadd70 - [lldb/Utility] Simplify Scalar::SetValueFromData

2020-07-20 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-07-20T15:56:56+02:00 New Revision: 7fadd7006932adfe65f445aad1e60fe8d7b81eec URL: https://github.com/llvm/llvm-project/commit/7fadd7006932adfe65f445aad1e60fe8d7b81eec DIFF: https://github.com/llvm/llvm-project/commit/7fadd7006932adfe65f445aad1e60fe8d7b81eec.diff

[Lldb-commits] [lldb] 9decf04 - [lldb/test] Simplify Makefile rules for .d files

2020-07-20 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-07-20T15:53:19+02:00 New Revision: 9decf0405fe1bd79325ca47dba15d8914608e242 URL: https://github.com/llvm/llvm-project/commit/9decf0405fe1bd79325ca47dba15d8914608e242 DIFF: https://github.com/llvm/llvm-project/commit/9decf0405fe1bd79325ca47dba15d8914608e242.diff

[Lldb-commits] [lldb] 9199457 - [LLDB/test] Simplify result formatter code

2020-07-20 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-07-20T14:56:49+02:00 New Revision: 9199457bfb5a77121a950df5417fadbf8174cdde URL: https://github.com/llvm/llvm-project/commit/9199457bfb5a77121a950df5417fadbf8174cdde DIFF: https://github.com/llvm/llvm-project/commit/9199457bfb5a77121a950df5417fadbf8174cdde.diff

[Lldb-commits] [lldb] ede7c02 - [lldb/COFF] Remove strtab zeroing hack

2020-07-17 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-07-17T13:24:59+02:00 New Revision: ede7c02b38c0c3adf7fb9ee308bd0f6d92a0eb4e URL: https://github.com/llvm/llvm-project/commit/ede7c02b38c0c3adf7fb9ee308bd0f6d92a0eb4e DIFF: https://github.com/llvm/llvm-project/commit/ede7c02b38c0c3adf7fb9ee308bd0f6d92a0eb4e.diff

[Lldb-commits] [lldb] f3fab39 - [lldb/DWARF] Don't get confused by line sequences with tombstone values

2020-07-17 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-07-17T11:51:52+02:00 New Revision: f3fab392f57421a5bdabfb7e40820257d8f637b2 URL: https://github.com/llvm/llvm-project/commit/f3fab392f57421a5bdabfb7e40820257d8f637b2 DIFF: https://github.com/llvm/llvm-project/commit/f3fab392f57421a5bdabfb7e40820257d8f637b2.diff

[Lldb-commits] [lldb] 313fca6 - [lldb/test] Remove JOIN_CMD from Makefile.rules

2020-07-15 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-07-15T16:03:45+02:00 New Revision: 313fca6520b43d95abb73e7c78a252a60ee4cf48 URL: https://github.com/llvm/llvm-project/commit/313fca6520b43d95abb73e7c78a252a60ee4cf48 DIFF: https://github.com/llvm/llvm-project/commit/313fca6520b43d95abb73e7c78a252a60ee4cf48.diff

[Lldb-commits] [lldb] f819d25 - [lldb] Delete useless assertion

2020-07-15 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-07-15T15:42:53+02:00 New Revision: f819d257982e6c3f1fb57de4252b46bdfaa9415a URL: https://github.com/llvm/llvm-project/commit/f819d257982e6c3f1fb57de4252b46bdfaa9415a DIFF: https://github.com/llvm/llvm-project/commit/f819d257982e6c3f1fb57de4252b46bdfaa9415a.diff

[Lldb-commits] [lldb] 3cdbacc - [lldb/test] Avoid globbing in log file handling code

2020-07-14 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-07-14T13:10:59+02:00 New Revision: 3cdbacc46422b8ed6dc6fb8aaec3dfb58451460f URL: https://github.com/llvm/llvm-project/commit/3cdbacc46422b8ed6dc6fb8aaec3dfb58451460f DIFF: https://github.com/llvm/llvm-project/commit/3cdbacc46422b8ed6dc6fb8aaec3dfb58451460f.diff

[Lldb-commits] [lldb] 1847f4d - [lldb/Utility] Rewrite Scalar::SetValueFromCString

2020-07-13 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-07-13T16:44:42+02:00 New Revision: 1847f4dd7570f01f70646cd5067dd0c34257cd21 URL: https://github.com/llvm/llvm-project/commit/1847f4dd7570f01f70646cd5067dd0c34257cd21 DIFF: https://github.com/llvm/llvm-project/commit/1847f4dd7570f01f70646cd5067dd0c34257cd21.diff

[Lldb-commits] [lldb] a580376 - [lldb/dotest] Remove the "xunit" result formatter

2020-07-13 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-07-13T16:33:38+02:00 New Revision: a5803765d8e0b62e0b48ea76bcad07a7c183618b URL: https://github.com/llvm/llvm-project/commit/a5803765d8e0b62e0b48ea76bcad07a7c183618b DIFF: https://github.com/llvm/llvm-project/commit/a5803765d8e0b62e0b48ea76bcad07a7c183618b.diff

[Lldb-commits] [lldb] d372a8e - [lldb/pecoff] Use a different llvm createBinary overload for parsing

2020-07-10 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-07-10T11:57:11+02:00 New Revision: d372a8e8bce266bb4043e6a0bfd76c7e5bf457a5 URL: https://github.com/llvm/llvm-project/commit/d372a8e8bce266bb4043e6a0bfd76c7e5bf457a5 DIFF: https://github.com/llvm/llvm-project/commit/d372a8e8bce266bb4043e6a0bfd76c7e5bf457a5.diff

[Lldb-commits] [lldb] 7fd2969 - [lldb] Modernize/clean up ValueObject::GetChildMemberWithName

2020-07-08 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-07-08T17:42:47+02:00 New Revision: 7fd29699d6042af674c4f4ad185c91f82cb73b52 URL: https://github.com/llvm/llvm-project/commit/7fd29699d6042af674c4f4ad185c91f82cb73b52 DIFF: https://github.com/llvm/llvm-project/commit/7fd29699d6042af674c4f4ad185c91f82cb73b52.diff

[Lldb-commits] [lldb] 88c8247 - [lldb/Utility] Simplify Scalar float accessors

2020-07-08 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-07-08T13:57:32+02:00 New Revision: 88c82474d2ef92d0cda7d902206d90a73eed9c9d URL: https://github.com/llvm/llvm-project/commit/88c82474d2ef92d0cda7d902206d90a73eed9c9d DIFF: https://github.com/llvm/llvm-project/commit/88c82474d2ef92d0cda7d902206d90a73eed9c9d.diff

[Lldb-commits] [lldb] 695b33a - [lldb/API] Overwrite variables with SBLaunchInfo::SetEnvironment(append=true)

2020-07-08 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-07-08T13:35:31+02:00 New Revision: 695b33a56919af8873eecb47cb83fa17a271e99f URL: https://github.com/llvm/llvm-project/commit/695b33a56919af8873eecb47cb83fa17a271e99f DIFF: https://github.com/llvm/llvm-project/commit/695b33a56919af8873eecb47cb83fa17a271e99f.diff

[Lldb-commits] [lldb] 52495b9 - [lldb/Utility] Fix float->integral conversions in Scalar APInt getters

2020-07-07 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-07-07T16:59:06+02:00 New Revision: 52495b98eecefcbaea2e30edec6816e43653d175 URL: https://github.com/llvm/llvm-project/commit/52495b98eecefcbaea2e30edec6816e43653d175 DIFF: https://github.com/llvm/llvm-project/commit/52495b98eecefcbaea2e30edec6816e43653d175.diff

[Lldb-commits] [lldb] 72ae700 - [lldb/test] Fix lldbutil.run_to_***_breakpoint for shared libraries

2020-07-07 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-07-07T16:07:35+02:00 New Revision: 72ae70032ca3fa3e3bd9a3524bf245d5978c0467 URL: https://github.com/llvm/llvm-project/commit/72ae70032ca3fa3e3bd9a3524bf245d5978c0467 DIFF: https://github.com/llvm/llvm-project/commit/72ae70032ca3fa3e3bd9a3524bf245d5978c0467.diff

[Lldb-commits] [lldb] 2cdf108 - [lldb/DWARF] Add a utility function for (forceful) completion of types

2020-07-07 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-07-07T11:37:55+02:00 New Revision: 2cdf108d329bda280948ad634aa0a070337a5f88 URL: https://github.com/llvm/llvm-project/commit/2cdf108d329bda280948ad634aa0a070337a5f88 DIFF: https://github.com/llvm/llvm-project/commit/2cdf108d329bda280948ad634aa0a070337a5f88.diff

[Lldb-commits] [lldb] 5daa39a - [lldb/Utility] Merge Scalar::Get(Value)TypeAsCString

2020-07-06 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-07-06T10:34:12+02:00 New Revision: 5daa39aa4c355e899c2ceb371ba3c8347200a687 URL: https://github.com/llvm/llvm-project/commit/5daa39aa4c355e899c2ceb371ba3c8347200a687 DIFF: https://github.com/llvm/llvm-project/commit/5daa39aa4c355e899c2ceb371ba3c8347200a687.diff

[Lldb-commits] [lldb] b65d4b2 - [lldb/DWARF] Look for complete array element definitions in other modules

2020-07-06 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-07-06T10:09:13+02:00 New Revision: b65d4b23f6dd4da4277acbf2bb912becce4f8a57 URL: https://github.com/llvm/llvm-project/commit/b65d4b23f6dd4da4277acbf2bb912becce4f8a57 DIFF: https://github.com/llvm/llvm-project/commit/b65d4b23f6dd4da4277acbf2bb912becce4f8a57.diff

[Lldb-commits] [lldb] b3b9528 - [lldb/DWARF] Look for complete member definitions in other modules

2020-07-03 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-07-03T16:50:49+02:00 New Revision: b3b952873f3705e6877644013461be7923c6caad URL: https://github.com/llvm/llvm-project/commit/b3b952873f3705e6877644013461be7923c6caad DIFF: https://github.com/llvm/llvm-project/commit/b3b952873f3705e6877644013461be7923c6caad.diff

[Lldb-commits] [lldb] 228ea81 - [lldb/Utility] Simplify more Scalar methods

2020-07-03 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-07-03T16:35:14+02:00 New Revision: 228ea815832a863bfd4da0f0fd67675e0a02cb88 URL: https://github.com/llvm/llvm-project/commit/228ea815832a863bfd4da0f0fd67675e0a02cb88 DIFF: https://github.com/llvm/llvm-project/commit/228ea815832a863bfd4da0f0fd67675e0a02cb88.diff

[Lldb-commits] [lldb] b725142 - [lldb] Fix type conversion in the Scalar getters

2020-07-02 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-07-02T18:02:57+02:00 New Revision: b725142c8db8584007cb1cd9149e8bcecaa88547 URL: https://github.com/llvm/llvm-project/commit/b725142c8db8584007cb1cd9149e8bcecaa88547 DIFF: https://github.com/llvm/llvm-project/commit/b725142c8db8584007cb1cd9149e8bcecaa88547.diff

[Lldb-commits] [lldb] c1f1db8 - [lldb] Add a host-independent test for handling -flimit-debug-info

2020-07-02 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-07-02T15:51:20+02:00 New Revision: c1f1db8502f1fc788eefeafd3dc225bd287ee4b9 URL: https://github.com/llvm/llvm-project/commit/c1f1db8502f1fc788eefeafd3dc225bd287ee4b9 DIFF: https://github.com/llvm/llvm-project/commit/c1f1db8502f1fc788eefeafd3dc225bd287ee4b9.diff

[Lldb-commits] [lldb] d6343e6 - [lldb] Skip TestLimitDebugInfo on windows

2020-07-02 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-07-02T14:34:33+02:00 New Revision: d6343e607ac8fa71fa6d99f9c86369ae9e66e671 URL: https://github.com/llvm/llvm-project/commit/d6343e607ac8fa71fa6d99f9c86369ae9e66e671 DIFF: https://github.com/llvm/llvm-project/commit/d6343e607ac8fa71fa6d99f9c86369ae9e66e671.diff

[Lldb-commits] [lldb] 1276855 - [lldb] Attempt to fix TestLimitDebugInfo on windows

2020-07-01 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-07-01T16:56:56+02:00 New Revision: 1276855f2b4485ec312b379c1b8eaf5510d9b157 URL: https://github.com/llvm/llvm-project/commit/1276855f2b4485ec312b379c1b8eaf5510d9b157 DIFF: https://github.com/llvm/llvm-project/commit/1276855f2b4485ec312b379c1b8eaf5510d9b157.diff

Re: [Lldb-commits] [lldb] f3b5bf3 - [lldb] Fix NSDate test after Scalar change

2020-07-01 Thread Pavel Labath via lldb-commits
On 01/07/2020 16:02, Raphael Isemann via lldb-commits wrote: > > Author: Raphael Isemann > Date: 2020-07-01T16:00:10+02:00 > New Revision: f3b5bf3eb7029238cead637be2e285b443b2e141 > > URL: > https://github.com/llvm/llvm-project/commit/f3b5bf3eb7029238cead637be2e285b443b2e141 > DIFF: >

[Lldb-commits] [lldb] a03dc8c - [lldb] Add basic -flimit-debug-info support to expression evaluator

2020-07-01 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-07-01T14:50:14+02:00 New Revision: a03dc8c9fa8e9c5cf8fac1a9ad0fdad7df41 URL: https://github.com/llvm/llvm-project/commit/a03dc8c9fa8e9c5cf8fac1a9ad0fdad7df41 DIFF: https://github.com/llvm/llvm-project/commit/a03dc8c9fa8e9c5cf8fac1a9ad0fdad7df41.diff

Re: [Lldb-commits] [lldb] 2501e86 - [lldb/Scalar] Fix undefined behavior

2020-07-01 Thread Pavel Labath via lldb-commits
On 30/06/2020 21:42, Jonas Devlieghere via lldb-commits wrote: > + Pavel for post-commit review. > > I've reinstated the original behavior to fix the UBSan error on the bot. > Please let me know if you prefer a different approach.  > Thanks for catching that. In 8270a903b, I've extended this

[Lldb-commits] [lldb] 8270a90 - [lldb] Scalar re-fix UB in float->int conversions

2020-07-01 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-07-01T10:29:42+02:00 New Revision: 8270a903baf55122289499ba00a979e9c04dcd44 URL: https://github.com/llvm/llvm-project/commit/8270a903baf55122289499ba00a979e9c04dcd44 DIFF: https://github.com/llvm/llvm-project/commit/8270a903baf55122289499ba00a979e9c04dcd44.diff

[Lldb-commits] [lldb] e55a097 - [lldb/Scripts]

2020-06-30 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-06-30T17:06:14+02:00 New Revision: e55a09793d689f42c17f55be861773b6a65751b2 URL: https://github.com/llvm/llvm-project/commit/e55a09793d689f42c17f55be861773b6a65751b2 DIFF: https://github.com/llvm/llvm-project/commit/e55a09793d689f42c17f55be861773b6a65751b2.diff

Re: [Lldb-commits] [PATCH] D82155: [WIP][lldb/interpreter] Add ability to save lldb session to a file

2020-06-30 Thread Pavel Labath via lldb-commits
+ Shivam (Up until today I thought this was just theoretical musing but now I realized that there is actually some work going towards this.) On 25/06/2020 20:45, Jim Ingham wrote: > > One of the things that is core functionality in the debugger is “when X > happens, do Y”.  When I stop, do

[Lldb-commits] [lldb] 3567497 - [lldb/Test] Introduce "assertSuccess"

2020-06-30 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-06-30T15:41:03+02:00 New Revision: 35674976f09ec99e74d0d28b4a64b6bce360c128 URL: https://github.com/llvm/llvm-project/commit/35674976f09ec99e74d0d28b4a64b6bce360c128 DIFF: https://github.com/llvm/llvm-project/commit/35674976f09ec99e74d0d28b4a64b6bce360c128.diff

[Lldb-commits] [lldb] 48ca155 - [lldb] Deduplicate Scalar integral getters

2020-06-29 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-06-29T15:24:39+02:00 New Revision: 48ca15592f16fb6d8e2cef112f14345738e29cf4 URL: https://github.com/llvm/llvm-project/commit/48ca15592f16fb6d8e2cef112f14345738e29cf4 DIFF: https://github.com/llvm/llvm-project/commit/48ca15592f16fb6d8e2cef112f14345738e29cf4.diff

[Lldb-commits] [lldb] ce275d3 - [lldb] Rewrite Scalar::Promote

2020-06-26 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-06-26T11:46:47+02:00 New Revision: ce275d3030a9dfcf9c55c81b88ae1b2c88f1828f URL: https://github.com/llvm/llvm-project/commit/ce275d3030a9dfcf9c55c81b88ae1b2c88f1828f DIFF: https://github.com/llvm/llvm-project/commit/ce275d3030a9dfcf9c55c81b88ae1b2c88f1828f.diff

[Lldb-commits] [lldb] 5ed8765 - [lldb/Unwind] Use eh_frame plan directly when it doesn't need to be augmented

2020-06-26 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-06-26T11:46:47+02:00 New Revision: 5ed8765e2f007e56a34e3aa0ab01f65c5aaa7e27 URL: https://github.com/llvm/llvm-project/commit/5ed8765e2f007e56a34e3aa0ab01f65c5aaa7e27 DIFF: https://github.com/llvm/llvm-project/commit/5ed8765e2f007e56a34e3aa0ab01f65c5aaa7e27.diff

[Lldb-commits] [lldb] d0fa52c - [lldb] Rewrite Scalar::GetBytes

2020-06-25 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-06-25T15:31:48+02:00 New Revision: d0fa52cc3797fd8805d24a04e6b8198154cd7b53 URL: https://github.com/llvm/llvm-project/commit/d0fa52cc3797fd8805d24a04e6b8198154cd7b53 DIFF: https://github.com/llvm/llvm-project/commit/d0fa52cc3797fd8805d24a04e6b8198154cd7b53.diff

Re: [Lldb-commits] [lldb] d4ef569 - Disable a flaky lldb-vscode test on aarch64

2020-06-25 Thread Pavel Labath via lldb-commits
These tests are also flaky on GreenDragon: (http://lab.llvm.org:8080/green/view/LLDB/job/lldb-cmake/21850/testReport/, http://lab.llvm.org:8080/green/view/LLDB/job/lldb-cmake/21848/testReport/, http://lab.llvm.org:8080/green/view/LLDB/job/lldb-cmake/21847/testReport/). So, it sounds like this is

Re: [Lldb-commits] [PATCH] D82155: [WIP][lldb/interpreter] Add ability to save lldb session to a file

2020-06-25 Thread Pavel Labath via lldb-commits
On 24/06/2020 18:55, Jim Ingham wrote: > >> On Jun 22, 2020, at 5:52 AM, Pavel Labath via Phabricator via lldb-commits >> wrote: >> >> labath added a comment. >> >> This seems like it could be useful in some circumstances, though for the use >> cases I am imagining (bug reporting) it would be

[Lldb-commits] [lldb] 16e17ca - [lldb] Refactor Scalar::TruncOrExtendTo

2020-06-24 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-06-24T15:58:33+02:00 New Revision: 16e17ca16a89daa099fd2726d92f08a49870e5a9 URL: https://github.com/llvm/llvm-project/commit/16e17ca16a89daa099fd2726d92f08a49870e5a9 DIFF: https://github.com/llvm/llvm-project/commit/16e17ca16a89daa099fd2726d92f08a49870e5a9.diff

[Lldb-commits] [lldb] 5a4d780 - [lldb] Split ClangASTSource::CompleteType

2020-06-23 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-06-23T11:47:52+02:00 New Revision: 5a4d78064e2cf7ea6b4e59c2b33e936588ae38a5 URL: https://github.com/llvm/llvm-project/commit/5a4d78064e2cf7ea6b4e59c2b33e936588ae38a5 DIFF: https://github.com/llvm/llvm-project/commit/5a4d78064e2cf7ea6b4e59c2b33e936588ae38a5.diff

[Lldb-commits] [lldb] e966a5d - [lldb] Remove Scalar operator= overloads

2020-06-11 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-06-11T13:55:02+02:00 New Revision: e966a5deaa50f1ddca3810e945acd14b899824c7 URL: https://github.com/llvm/llvm-project/commit/e966a5deaa50f1ddca3810e945acd14b899824c7 DIFF: https://github.com/llvm/llvm-project/commit/e966a5deaa50f1ddca3810e945acd14b899824c7.diff

[Lldb-commits] [lldb] 42229b6 - [lldb] XFAIL TestForwardDeclaration.test_debug_names on windows

2020-06-10 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-06-10T17:09:51+02:00 New Revision: 42229b6de756d7e3843d9cdd1988a88d76970695 URL: https://github.com/llvm/llvm-project/commit/42229b6de756d7e3843d9cdd1988a88d76970695 DIFF: https://github.com/llvm/llvm-project/commit/42229b6de756d7e3843d9cdd1988a88d76970695.diff

[Lldb-commits] [lldb] 040eca7 - [lldb/Utility] Remove m_ieee_quad from Scalar

2020-06-10 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-06-10T15:15:01+02:00 New Revision: 040eca77170bea12ca0614cdb256b957c3b93810 URL: https://github.com/llvm/llvm-project/commit/040eca77170bea12ca0614cdb256b957c3b93810 DIFF: https://github.com/llvm/llvm-project/commit/040eca77170bea12ca0614cdb256b957c3b93810.diff

[Lldb-commits] [lldb] 539b47c - [lldb/Makefile.rules] Apply CFLAGS_EXTRAS after debug-info mode flags

2020-06-10 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-06-10T14:27:53+02:00 New Revision: 539b47c9d1edd3b152efc9073f6729f28cf48d9a URL: https://github.com/llvm/llvm-project/commit/539b47c9d1edd3b152efc9073f6729f28cf48d9a DIFF: https://github.com/llvm/llvm-project/commit/539b47c9d1edd3b152efc9073f6729f28cf48d9a.diff

[Lldb-commits] [lldb] 17798c6 - [lldb] Fix -Wmissing-field-initializers in StackFrameList

2020-06-09 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-06-09T11:58:08+02:00 New Revision: 17798c60bcc284e45529d6afde11bf59ffc549c8 URL: https://github.com/llvm/llvm-project/commit/17798c60bcc284e45529d6afde11bf59ffc549c8 DIFF: https://github.com/llvm/llvm-project/commit/17798c60bcc284e45529d6afde11bf59ffc549c8.diff

[Lldb-commits] [lldb] 731fee8 - [lldb] Fail evaluation of DWARF expressions with unknown opcodes

2020-06-08 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-06-08T15:52:28+02:00 New Revision: 731fee8b420c3877e3574dfd50dc29531f7153af URL: https://github.com/llvm/llvm-project/commit/731fee8b420c3877e3574dfd50dc29531f7153af DIFF: https://github.com/llvm/llvm-project/commit/731fee8b420c3877e3574dfd50dc29531f7153af.diff

[Lldb-commits] [lldb] 0081149 - [lldb/DWARF] Fix PC value for artificial tail call frames for the "GNU" case

2020-06-08 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-06-08T14:44:36+02:00 New Revision: 0081149f96bd62f1d1d21040ead30bfded86e8e5 URL: https://github.com/llvm/llvm-project/commit/0081149f96bd62f1d1d21040ead30bfded86e8e5 DIFF: https://github.com/llvm/llvm-project/commit/0081149f96bd62f1d1d21040ead30bfded86e8e5.diff

[Lldb-commits] [lldb] 4c50cf9 - [lldb] Fix YAMLModuleTester for the rename in 67b4afc4

2020-06-08 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-06-08T13:34:03+02:00 New Revision: 4c50cf9197370a6a42601bf39c0cd8606b8ff6ec URL: https://github.com/llvm/llvm-project/commit/4c50cf9197370a6a42601bf39c0cd8606b8ff6ec DIFF: https://github.com/llvm/llvm-project/commit/4c50cf9197370a6a42601bf39c0cd8606b8ff6ec.diff

[Lldb-commits] [lldb] a48c76c - [lldb/cmake] Tweak descriptions of swig rules

2020-06-03 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-06-03T13:26:25+02:00 New Revision: a48c76cf43806c30bab5e8eacd5a08058c83c578 URL: https://github.com/llvm/llvm-project/commit/a48c76cf43806c30bab5e8eacd5a08058c83c578 DIFF: https://github.com/llvm/llvm-project/commit/a48c76cf43806c30bab5e8eacd5a08058c83c578.diff

[Lldb-commits] [lldb] 798644e - [Scalar] Fix assignment operator for long long.

2020-06-03 Thread Pavel Labath via lldb-commits
Author: Andy Yankovsky Date: 2020-06-03T13:26:25+02:00 New Revision: 798644e0a4524e73e1f95202951f10f2086217c3 URL: https://github.com/llvm/llvm-project/commit/798644e0a4524e73e1f95202951f10f2086217c3 DIFF:

Re: [Lldb-commits] [lldb] 4c53d48 - [lldb/Test] Don't use the env to pass around configuration variables (NFC)

2020-06-03 Thread Pavel Labath via lldb-commits
Woohoo! On 03/06/2020 01:50, Jonas Devlieghere via lldb-commits wrote: > > Author: Jonas Devlieghere > Date: 2020-06-02T16:49:58-07:00 > New Revision: 4c53d4801cbbb1b573e4ef758f93ead12e1f59a2 > > URL: > https://github.com/llvm/llvm-project/commit/4c53d4801cbbb1b573e4ef758f93ead12e1f59a2 >

[Lldb-commits] [lldb] de04375 - [lldb] Skip tests exercising DW_OP_GNU_entry_value with dsymutil

2020-06-02 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-06-02T18:31:15+02:00 New Revision: de04375ac59e6e9290b361b3ffcf4558e688e8a9 URL: https://github.com/llvm/llvm-project/commit/de04375ac59e6e9290b361b3ffcf4558e688e8a9 DIFF: https://github.com/llvm/llvm-project/commit/de04375ac59e6e9290b361b3ffcf4558e688e8a9.diff

[Lldb-commits] [lldb] bddd288 - [lldb/DWARF] Add support for pre-standard GNU call site attributes

2020-06-02 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-06-02T12:57:51+02:00 New Revision: bddd2888264492a6deb0d447ee6ac042d3fb44e4 URL: https://github.com/llvm/llvm-project/commit/bddd2888264492a6deb0d447ee6ac042d3fb44e4 DIFF: https://github.com/llvm/llvm-project/commit/bddd2888264492a6deb0d447ee6ac042d3fb44e4.diff

Re: [Lldb-commits] [lldb] cbfae97 - [LLDB] Mark TestCreateDuringInstructionStep as flaky on Linux

2020-06-02 Thread Pavel Labath via lldb-commits
On 02/06/2020 11:10, Muhammad Omair Javaid via lldb-commits wrote: > > Author: Muhammad Omair Javaid > Date: 2020-06-02T14:08:28+05:00 > New Revision: cbfae97ca82b11ab2b54562055c49817baa1e26b > > URL: > https://github.com/llvm/llvm-project/commit/cbfae97ca82b11ab2b54562055c49817baa1e26b > DIFF:

[Lldb-commits] [lldb] 2c22c14 - [lldb] Make "inline" tests more configurable

2020-05-29 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-05-29T11:36:11+02:00 New Revision: 2c22c1473569352efa9326aa165cc451d39da015 URL: https://github.com/llvm/llvm-project/commit/2c22c1473569352efa9326aa165cc451d39da015 DIFF: https://github.com/llvm/llvm-project/commit/2c22c1473569352efa9326aa165cc451d39da015.diff

[Lldb-commits] [lldb] 7ff2de4 - Do not list adb devices when a device id is given

2020-05-29 Thread Pavel Labath via lldb-commits
Author: Emre Kultursay Date: 2020-05-29T11:36:11+02:00 New Revision: 7ff2de4f0c60c5d13880440e85ef8edc78482a2f URL: https://github.com/llvm/llvm-project/commit/7ff2de4f0c60c5d13880440e85ef8edc78482a2f DIFF:

[Lldb-commits] [lldb] c34936d - [lldb] s/dyn_cast/isa

2020-05-26 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-05-26T09:21:54+02:00 New Revision: c34936dae734085c4bc01703da0f5b7456e1bf51 URL: https://github.com/llvm/llvm-project/commit/c34936dae734085c4bc01703da0f5b7456e1bf51 DIFF: https://github.com/llvm/llvm-project/commit/c34936dae734085c4bc01703da0f5b7456e1bf51.diff

[Lldb-commits] [lldb] ba03bcb - [lldb] Remove custom DWARF expression printing code

2020-05-25 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-05-25T16:09:25+02:00 New Revision: ba03bcbc4a21b92f6a4a54bd6e90417956da7952 URL: https://github.com/llvm/llvm-project/commit/ba03bcbc4a21b92f6a4a54bd6e90417956da7952 DIFF: https://github.com/llvm/llvm-project/commit/ba03bcbc4a21b92f6a4a54bd6e90417956da7952.diff

Re: [Lldb-commits] [lldb] 053b063 - [lldb] Increase timeout in TestExitDuringExpression

2020-05-25 Thread Pavel Labath via lldb-commits
On 22/05/2020 19:11, Jim Ingham wrote: > I set the timeouts low just to keep the test from taking too long. Beyond > that there’s no harm in bumping them up till they pass consistently. > > I messed with the timeouts and reran the test a bunch of times till it was > stable for me, but I have a

[Lldb-commits] [lldb] 053b063 - [lldb] Increase timeout in TestExitDuringExpression

2020-05-22 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-05-22T12:47:34+02:00 New Revision: 053b0634ea93b1ed7993adf34730bd752e9d84ec URL: https://github.com/llvm/llvm-project/commit/053b0634ea93b1ed7993adf34730bd752e9d84ec DIFF: https://github.com/llvm/llvm-project/commit/053b0634ea93b1ed7993adf34730bd752e9d84ec.diff

[Lldb-commits] [lldb] a9d7b45 - Use IPv4 for Android connections

2020-05-20 Thread Pavel Labath via lldb-commits
Author: Emre Kultursay Date: 2020-05-20T11:32:03+02:00 New Revision: a9d7b458c094d62a8c11ada11e39bf0d4da596c8 URL: https://github.com/llvm/llvm-project/commit/a9d7b458c094d62a8c11ada11e39bf0d4da596c8 DIFF:

[Lldb-commits] [lldb] 56de738 - [lldb-server] Reset stop reason of all threads when resuming

2020-05-20 Thread Pavel Labath via lldb-commits
Author: Jaroslav Sevcik Date: 2020-05-20T11:08:34+02:00 New Revision: 56de738d18e11c86169f0248b97b2854c37e35ce URL: https://github.com/llvm/llvm-project/commit/56de738d18e11c86169f0248b97b2854c37e35ce DIFF:

[Lldb-commits] [lldb] 2a227b3 - Revert "Add terminateCommands to lldb-vscode protocol"

2020-05-20 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-05-20T10:48:29+02:00 New Revision: 2a227b36b010e559bb9495a6deaca086952a8d64 URL: https://github.com/llvm/llvm-project/commit/2a227b36b010e559bb9495a6deaca086952a8d64 DIFF: https://github.com/llvm/llvm-project/commit/2a227b36b010e559bb9495a6deaca086952a8d64.diff

[Lldb-commits] [lldb] 36b9b1e - [lldb] Fixup command-disassemble-process.yaml test

2020-05-15 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-05-15T12:35:44+02:00 New Revision: 36b9b1e6171d438105839aac6f333a1c98fda74c URL: https://github.com/llvm/llvm-project/commit/36b9b1e6171d438105839aac6f333a1c98fda74c DIFF: https://github.com/llvm/llvm-project/commit/36b9b1e6171d438105839aac6f333a1c98fda74c.diff

[Lldb-commits] [lldb] 8b845ac - Recommit "[lldb] Don't dissasemble large functions by default"

2020-05-15 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-05-15T11:57:48+02:00 New Revision: 8b845ac5edc19524817911d703dd314aac2ca97d URL: https://github.com/llvm/llvm-project/commit/8b845ac5edc19524817911d703dd314aac2ca97d DIFF: https://github.com/llvm/llvm-project/commit/8b845ac5edc19524817911d703dd314aac2ca97d.diff

[Lldb-commits] [lldb] 631048e - Moving executable module symbols parsing to target creation method.

2020-05-14 Thread Pavel Labath via lldb-commits
Author: Levon Ter-Grigoryan Date: 2020-05-14T16:54:14+02:00 New Revision: 631048e8117864c09672e33eb7b6fcc4efe5f749 URL: https://github.com/llvm/llvm-project/commit/631048e8117864c09672e33eb7b6fcc4efe5f749 DIFF:

[Lldb-commits] [lldb] eb50b64 - [lldb/PDB] Make "native" pdb tests host-independent

2020-05-14 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-05-14T16:01:23+02:00 New Revision: eb50b643fe00171823e055f7801e6610ee7bdef7 URL: https://github.com/llvm/llvm-project/commit/eb50b643fe00171823e055f7801e6610ee7bdef7 DIFF: https://github.com/llvm/llvm-project/commit/eb50b643fe00171823e055f7801e6610ee7bdef7.diff

[Lldb-commits] [lldb] dac6e9c - [lldb] Fix a "missing return" warning in XcodeSDK

2020-05-14 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-05-14T13:31:49+02:00 New Revision: dac6e9ca2190b7ece67ab7b62ea113d3ade5067a URL: https://github.com/llvm/llvm-project/commit/dac6e9ca2190b7ece67ab7b62ea113d3ade5067a DIFF: https://github.com/llvm/llvm-project/commit/dac6e9ca2190b7ece67ab7b62ea113d3ade5067a.diff

[Lldb-commits] [lldb] 638efe3 - [lldb] Use llvm::MC for register numbers in AArch64 ABIs

2020-05-14 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-05-14T13:31:48+02:00 New Revision: 638efe3929cd3f62590462434d6397c150ad78ed URL: https://github.com/llvm/llvm-project/commit/638efe3929cd3f62590462434d6397c150ad78ed DIFF: https://github.com/llvm/llvm-project/commit/638efe3929cd3f62590462434d6397c150ad78ed.diff

[Lldb-commits] [lldb] deea174 - [lldb/gdb-remote] Change default value of use-libraries-svr4 to true

2020-05-14 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-05-14T12:17:37+02:00 New Revision: deea174ee508c84652785e55f54c81fd1fba492c URL: https://github.com/llvm/llvm-project/commit/deea174ee508c84652785e55f54c81fd1fba492c DIFF: https://github.com/llvm/llvm-project/commit/deea174ee508c84652785e55f54c81fd1fba492c.diff

[Lldb-commits] [lldb] 3a16829 - [lldb] Switch Section-dumping code to raw_ostream

2020-05-14 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-05-14T11:59:18+02:00 New Revision: 3a16829748a1ed208a37c719d3a3bcca50dcbd0f URL: https://github.com/llvm/llvm-project/commit/3a16829748a1ed208a37c719d3a3bcca50dcbd0f DIFF: https://github.com/llvm/llvm-project/commit/3a16829748a1ed208a37c719d3a3bcca50dcbd0f.diff

[Lldb-commits] [lldb] f665e80 - [lldb] Don't dissasemble large functions by default

2020-05-14 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-05-14T11:52:54+02:00 New Revision: f665e80c023ec52557f55d7eeaf34471e4c6fa0d URL: https://github.com/llvm/llvm-project/commit/f665e80c023ec52557f55d7eeaf34471e4c6fa0d DIFF: https://github.com/llvm/llvm-project/commit/f665e80c023ec52557f55d7eeaf34471e4c6fa0d.diff

[Lldb-commits] [lldb] e072b20 - [lldb] Merge PlatformXXX::ResolveExecutable

2020-05-13 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-05-13T13:28:19+02:00 New Revision: e072b20bdea5629d0bc7a7c2216bdc7762dcb564 URL: https://github.com/llvm/llvm-project/commit/e072b20bdea5629d0bc7a7c2216bdc7762dcb564 DIFF: https://github.com/llvm/llvm-project/commit/e072b20bdea5629d0bc7a7c2216bdc7762dcb564.diff

[Lldb-commits] [lldb] e16111c - [lldb] Also recognize DWARF UTF base types using their size

2020-05-13 Thread Pavel Labath via lldb-commits
Author: Mathias LANG Date: 2020-05-13T12:56:13+02:00 New Revision: e16111ce2fce7fd86c10d3f1dfe3e3b62b76d73b URL: https://github.com/llvm/llvm-project/commit/e16111ce2fce7fd86c10d3f1dfe3e3b62b76d73b DIFF: https://github.com/llvm/llvm-project/commit/e16111ce2fce7fd86c10d3f1dfe3e3b62b76d73b.diff

[Lldb-commits] [lldb] caa2408 - [lldb] Speculative fix for the entry values test on arm64

2020-05-11 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-05-11T17:54:34+02:00 New Revision: caa2408cbe0a21e175cb287795d283ec4196cdee URL: https://github.com/llvm/llvm-project/commit/caa2408cbe0a21e175cb287795d283ec4196cdee DIFF: https://github.com/llvm/llvm-project/commit/caa2408cbe0a21e175cb287795d283ec4196cdee.diff

[Lldb-commits] [lldb] ba89828 - [lldb/test] Make "inline" tests handle multiple statements at the same location

2020-05-11 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-05-11T16:37:34+02:00 New Revision: ba898282bc204f78016c2e7779dc5cde37e10fd1 URL: https://github.com/llvm/llvm-project/commit/ba898282bc204f78016c2e7779dc5cde37e10fd1 DIFF: https://github.com/llvm/llvm-project/commit/ba898282bc204f78016c2e7779dc5cde37e10fd1.diff

[Lldb-commits] [lldb] a5c2317 - [lldb] Revive TestBasicEntryValuesX86_64

2020-05-11 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-05-11T16:31:02+02:00 New Revision: a5c23179826a6dc4f26a4f3fcda66290bc04a201 URL: https://github.com/llvm/llvm-project/commit/a5c23179826a6dc4f26a4f3fcda66290bc04a201 DIFF: https://github.com/llvm/llvm-project/commit/a5c23179826a6dc4f26a4f3fcda66290bc04a201.diff

[Lldb-commits] [lldb] cf5ed6d - Fix error handling after [] in 'frame variable'

2020-05-06 Thread Pavel Labath via lldb-commits
Author: Jaroslav Sevcik Date: 2020-05-06T11:03:46+02:00 New Revision: cf5ed6dc59ec8e416cca91c8145b1f09d891f130 URL: https://github.com/llvm/llvm-project/commit/cf5ed6dc59ec8e416cca91c8145b1f09d891f130 DIFF:

Re: [Lldb-commits] [lldb] 58c7bf2 - Update LLDB filespec tests for remove_dots change

2020-05-05 Thread Pavel Labath via lldb-commits
On 05/05/2020 02:27, Reid Kleckner via lldb-commits wrote: > I am not sure if "C:..\.." should become "C:" or "C:\", though. The new > output doesn't precisely match the TODO message, but it seems > appropriate given the specification of remove_dots and how .. traversals > work at the root

[Lldb-commits] [lldb] 283658c - [lldb/DWARF] Remove dead code in DWARFDebugInfoEntry

2020-05-04 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-05-04T15:37:22+02:00 New Revision: 283658c978bbac433b41c3d0ca2a3290bd7da0a4 URL: https://github.com/llvm/llvm-project/commit/283658c978bbac433b41c3d0ca2a3290bd7da0a4 DIFF: https://github.com/llvm/llvm-project/commit/283658c978bbac433b41c3d0ca2a3290bd7da0a4.diff

[Lldb-commits] [lldb] 2cf6968 - [lldb/DWARF] Fix a split-dwarf crash while parsing compile units

2020-04-29 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-04-29T16:21:11+02:00 New Revision: 2cf69684fb3089a2cde46fc9eac22dd6b8475b5f URL: https://github.com/llvm/llvm-project/commit/2cf69684fb3089a2cde46fc9eac22dd6b8475b5f DIFF: https://github.com/llvm/llvm-project/commit/2cf69684fb3089a2cde46fc9eac22dd6b8475b5f.diff

[Lldb-commits] [lldb] 5cee8dd - [lldb-vscode] A couple of small style fixes

2020-04-28 Thread Pavel Labath via lldb-commits
Author: Pavel Labath Date: 2020-04-28T13:35:07+02:00 New Revision: 5cee8ddcc7535c95e4dd00fc428d2a52630eaa31 URL: https://github.com/llvm/llvm-project/commit/5cee8ddcc7535c95e4dd00fc428d2a52630eaa31 DIFF: https://github.com/llvm/llvm-project/commit/5cee8ddcc7535c95e4dd00fc428d2a52630eaa31.diff

<    5   6   7   8   9   10   11   12   13   14   >