<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Can't get gdb to attach between two Ubuntu VMs in Fusion 13.0.0 / Apple Silicon in VMware Fusion Discussions</title>
    <link>https://communities.vmware.com/t5/VMware-Fusion-Discussions/Can-t-get-gdb-to-attach-between-two-Ubuntu-VMs-in-Fusion-13-0-0/m-p/2949710#M181498</link>
    <description>&lt;P&gt;VMware Tools do not exist for ARM Linux operating systems. They exist only for x86 Linux distributions and maintained only for really old Linux distros that haven't picked up open-vm-tools. Most of the ARM architecture distros have open-vm-tools. I don't know if there's any hooks in open-vm-tools for the gdb stub.&lt;/P&gt;&lt;P&gt;Ubuntu 22.10 isn't that bad a release if you got it installed on Apple Silicon (there are hoops you have to jump through because of Ubuntu kernel bugs in the released installers).&lt;/P&gt;&lt;P&gt;Unfortunately "paying the price for not working on older, stable versions" is unavoidable when running on arm64. Those "older stable versions" that work fine on x64 don't work well &amp;nbsp;on arm64, if at all. That's because of things like a port of both open-vm-tools and VMware SVGA (vmwgfx) drivers to arm64, (both provided to the open source community by VMware) and outright bugs in arm64 kernels prior to 5.19.&lt;/P&gt;&lt;P&gt;As an example. Ubuntu 18.04 simply won't run on Fusion 13. Its device discovery doesn't understand the ARM SystemReady virtual platform provided by Fusion. Ubuntu 20.04, 22.04 and 22.10 work better (each release got better than its predecessors). They may take a bit to install at first, but the kernel updates they install are pretty solid and current. I anticipate that 23.04 will install out of the box without a lot of hassle (given what I've seen in the daily builds).&lt;/P&gt;&lt;P&gt;Red Hat releases aren't much better. RHEL 8/CentOS 8/Rocky 8/Oracle 8 for arm64 won't even run on Apple Silicon. That's fixed in RHEL 9/etc. and later.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 19 Jan 2023 22:59:26 GMT</pubDate>
    <dc:creator>Technogeezer</dc:creator>
    <dc:date>2023-01-19T22:59:26Z</dc:date>
    <item>
      <title>Can't get gdb to attach between two Ubuntu VMs in Fusion 13.0.0 / Apple Silicon</title>
      <link>https://communities.vmware.com/t5/VMware-Fusion-Discussions/Can-t-get-gdb-to-attach-between-two-Ubuntu-VMs-in-Fusion-13-0-0/m-p/2949611#M181474</link>
      <description>&lt;P&gt;I have two VMs:&lt;/P&gt;&lt;P&gt;VM-1 - Ubuntu server 22.10 - Linux kernel with kgdb compiled in - 192.168.156.131&lt;/P&gt;&lt;P&gt;VM-2 - Ubuntu server 22.10 - where I am running gdb from - 192.168.156.132&lt;/P&gt;&lt;P&gt;For VM-1, I have the following in the .vmx file&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; debugStub.listen.guest64 = "TRUE"&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;and when I boot the VM I can see the following in vmware.log:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; vmx Debug stub: VMware Fusion is listening for d&lt;/SPAN&gt;&lt;SPAN&gt;ebug connection on port 8864.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; vmx Debug stub: &lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;gdb&lt;/SPAN&gt;&lt;SPAN&gt;) target remote localhost:8864&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Good so far. But when I try to connect from VM-2 with either of the following:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; (gdb) target remote localhost:8864&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; (gdb) target remote 192.168.156.131:8864&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I get "Connection timed out".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I don't see any message in vmware.log for VM-1&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 18:18:45 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Fusion-Discussions/Can-t-get-gdb-to-attach-between-two-Ubuntu-VMs-in-Fusion-13-0-0/m-p/2949611#M181474</guid>
      <dc:creator>stevepate</dc:creator>
      <dc:date>2023-01-19T18:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get gdb to attach between two Ubuntu VMs in Fusion 13.0.0 / Apple Silicon</title>
      <link>https://communities.vmware.com/t5/VMware-Fusion-Discussions/Can-t-get-gdb-to-attach-between-two-Ubuntu-VMs-in-Fusion-13-0-0/m-p/2949628#M181479</link>
      <description>&lt;P&gt;You might want to check what "localhost" means in this context.&lt;/P&gt;&lt;P&gt;To the gdb setup, "localhost" means the localhost IP address (127.0.0.1) on your Mac. From what I read, the GDB debugger stub is listening on IP address 127.0.0.1 (localhost) on your Mac host at port 8864.&lt;/P&gt;&lt;P&gt;To your VM-2, using localhost as the hostname to connect to will resolve to 127.0.0.1 and the request will be directed back to the VM itself. Using the IP address of f VM -1 192.168.156.101 will try to route the gdb remote request to that IP. In both cases, that's not where the debugger stub is running - it's running in the host.&lt;/P&gt;&lt;P&gt;&lt;STRIKE&gt;I'm not sure if the debugger stub can be reached from the guest by using the hostIP of the Mac and port 8864.&amp;nbsp;&lt;/STRIKE&gt;&lt;/P&gt;&lt;P&gt;Update: I found something in&amp;nbsp;&lt;A href="https://ddeville.me/2015/08/using-the-vmware-fusion-gdb-stub-for-kernel-debugging-with-lldb/" target="_blank" rel="noopener"&gt;https://ddeville.me/2015/08/using-the-vmware-fusion-gdb-stub-for-kernel-debugging-with-lldb/&lt;/A&gt;&amp;nbsp;that implies that there is a vmx configuration option that allows the stub to be accessible on the VM's IP address&lt;/P&gt;&lt;PRE&gt;# If you are debugging a 32-bit machine use `guest32`
debugStub.listen.guest64.remote = "TRUE"&lt;/PRE&gt;&lt;P&gt;Not sure if this works on Apple Silicon but it might be worth a try...&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 19:05:41 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Fusion-Discussions/Can-t-get-gdb-to-attach-between-two-Ubuntu-VMs-in-Fusion-13-0-0/m-p/2949628#M181479</guid>
      <dc:creator>Technogeezer</dc:creator>
      <dc:date>2023-01-19T19:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get gdb to attach between two Ubuntu VMs in Fusion 13.0.0 / Apple Silicon</title>
      <link>https://communities.vmware.com/t5/VMware-Fusion-Discussions/Can-t-get-gdb-to-attach-between-two-Ubuntu-VMs-in-Fusion-13-0-0/m-p/2949648#M181483</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Thanks for the suggestions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;On my Mac, I ran the following:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; $ sudo lsof -i -P | grep LISTEN | grep :8864&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; vmware-vm 1031 &lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;root &lt;SPAN class=""&gt;&amp;nbsp; &lt;/SPAN&gt;58u&lt;SPAN class=""&gt;&amp;nbsp; &lt;/SPAN&gt;IPv6 0xa4c2462e5f132953&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;0t0&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;TCP localhost:8864 (LISTEN)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; vmware-vm 1031 &lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;root &lt;SPAN class=""&gt;&amp;nbsp; &lt;/SPAN&gt;62u&lt;SPAN class=""&gt;&amp;nbsp; &lt;/SPAN&gt;IPv4 0xa4c2464184589c03&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;0t0&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;TCP localhost:8864 (LISTEN)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;so indeed, Fusion is listening on localhost:8864 on my Mac. Both of these entries correspond to VM-1 which has the debugStub enabled. To confirm, if I shut this VM down, lsof doesn't report anything.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I've tried various combinations of:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; debugStub.listen.guest64 = "TRUE"&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; debugStub.listen.guest64.remote = "TRUE"&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;with various combinations of "target remote ..." and still nothing.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;My Mac IP address is 192.168.0.3 so I even tried "target remote 192.168.0.3:8864" but that doesn't work either.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;There is no gdb version for Apple Silicon so running from another VM is my only choice.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Having said that, I noticed that lldb is there so I gave that a go. It gets "so far" as you can see below. I don't have symbols on my Mac for this Linux kernel (yet) and I don't know lldb so will have to play. But hitting 'c' to continue and then 'q' to quit lldb results in the VM being shutdown. Not very useful!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'd really like to find a solution for gdb from the other Linux VM.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; $ lldb&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; (lldb) gdb-remote 8864&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; Process 1 stopped&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; * thread #1, stop reason = signal SIGTRAP&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;frame #0: 0xffffffe009248b9c&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; error: memory read failed for 0xffffffe009248a00&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; Target 0: (No executable module.) stopped.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; (lldb) &lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; error: Process 1 is currently being debugged, kill the process before connecting.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; (lldb) bt&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; * thread #1, stop reason = signal SIGTRAP&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;* frame #0: 0xffffffe009248b9c&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;frame #1: 0xffffffe00925a12c&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;frame #2: 0xffffffe00812e8ec&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;frame #3: 0xffffffe00812ebd4&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;frame #4: 0xffffffe0092493a8&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;frame #5: 0xffffffe009aa1208&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;frame #6: 0xffffffe009aa1c8c&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;frame #7: 0xffffffe009aa03e0&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 20:12:16 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Fusion-Discussions/Can-t-get-gdb-to-attach-between-two-Ubuntu-VMs-in-Fusion-13-0-0/m-p/2949648#M181483</guid>
      <dc:creator>stevepate</dc:creator>
      <dc:date>2023-01-19T20:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get gdb to attach between two Ubuntu VMs in Fusion 13.0.0 / Apple Silicon</title>
      <link>https://communities.vmware.com/t5/VMware-Fusion-Discussions/Can-t-get-gdb-to-attach-between-two-Ubuntu-VMs-in-Fusion-13-0-0/m-p/2949702#M181495</link>
      <description>&lt;P&gt;One more piece of information ...&amp;nbsp;if I try to install vmtools for this VM (Ubuntu 22.10) Fusion tells me that "VMware Tools is not available for this guest". Their website says that they support "Ubuntu Linux 8.04 through 12.04"&lt;/P&gt;&lt;P&gt;If I'm using:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; debugStub.listen.guest64.remote = "TRUE"&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;then I'm&amp;nbsp;assuming that the gdb stub should be running inside the guest somehow. Otherwise how do they intercept any requests to this IP:port? Perhaps vmtools is a must have?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have a lot invested in 22.10 (I'm working on a Linux filesystem book and have a kernel-based filesystem for 5.19.7) -&amp;nbsp;perhaps I'm paying the price for not working on older, stable versions &lt;img class="lia-deferred-image lia-image-emoji" src="https://communities.vmware.com/html/@8D3AC78033E090809829B1C8262B7619/emoticons/1f61e.png" alt=":disappointed_face:" title=":disappointed_face:" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 22:24:24 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Fusion-Discussions/Can-t-get-gdb-to-attach-between-two-Ubuntu-VMs-in-Fusion-13-0-0/m-p/2949702#M181495</guid>
      <dc:creator>stevepate</dc:creator>
      <dc:date>2023-01-19T22:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get gdb to attach between two Ubuntu VMs in Fusion 13.0.0 / Apple Silicon</title>
      <link>https://communities.vmware.com/t5/VMware-Fusion-Discussions/Can-t-get-gdb-to-attach-between-two-Ubuntu-VMs-in-Fusion-13-0-0/m-p/2949710#M181498</link>
      <description>&lt;P&gt;VMware Tools do not exist for ARM Linux operating systems. They exist only for x86 Linux distributions and maintained only for really old Linux distros that haven't picked up open-vm-tools. Most of the ARM architecture distros have open-vm-tools. I don't know if there's any hooks in open-vm-tools for the gdb stub.&lt;/P&gt;&lt;P&gt;Ubuntu 22.10 isn't that bad a release if you got it installed on Apple Silicon (there are hoops you have to jump through because of Ubuntu kernel bugs in the released installers).&lt;/P&gt;&lt;P&gt;Unfortunately "paying the price for not working on older, stable versions" is unavoidable when running on arm64. Those "older stable versions" that work fine on x64 don't work well &amp;nbsp;on arm64, if at all. That's because of things like a port of both open-vm-tools and VMware SVGA (vmwgfx) drivers to arm64, (both provided to the open source community by VMware) and outright bugs in arm64 kernels prior to 5.19.&lt;/P&gt;&lt;P&gt;As an example. Ubuntu 18.04 simply won't run on Fusion 13. Its device discovery doesn't understand the ARM SystemReady virtual platform provided by Fusion. Ubuntu 20.04, 22.04 and 22.10 work better (each release got better than its predecessors). They may take a bit to install at first, but the kernel updates they install are pretty solid and current. I anticipate that 23.04 will install out of the box without a lot of hassle (given what I've seen in the daily builds).&lt;/P&gt;&lt;P&gt;Red Hat releases aren't much better. RHEL 8/CentOS 8/Rocky 8/Oracle 8 for arm64 won't even run on Apple Silicon. That's fixed in RHEL 9/etc. and later.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 22:59:26 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Fusion-Discussions/Can-t-get-gdb-to-attach-between-two-Ubuntu-VMs-in-Fusion-13-0-0/m-p/2949710#M181498</guid>
      <dc:creator>Technogeezer</dc:creator>
      <dc:date>2023-01-19T22:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get gdb to attach between two Ubuntu VMs in Fusion 13.0.0 / Apple Silicon</title>
      <link>https://communities.vmware.com/t5/VMware-Fusion-Discussions/Can-t-get-gdb-to-attach-between-two-Ubuntu-VMs-in-Fusion-13-0-0/m-p/2949712#M181499</link>
      <description>&lt;P&gt;Well that's a depressing read &lt;img class="lia-deferred-image lia-image-emoji" src="https://communities.vmware.com/html/@8D3AC78033E090809829B1C8262B7619/emoticons/1f61e.png" alt=":disappointed_face:" title=":disappointed_face:" /&gt; but thanks again.&lt;/P&gt;&lt;P&gt;I actually got much further with UTM. Installing Ubuntu 22.10 was very easy (but a somewhat different experience to Fusion). Connecting a gdb client VM was easy. I can read source line by line etc etc. But ... no breakpoints. Sigh!&lt;/P&gt;&lt;P&gt;I've been having issues with gdb/kgdb for close to 20 years. My old colleague at VERITAS worked on getting patches into the Linux kernel many years ago. Obviously there aren't enough of us using this technology for it to have high enough priority.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I really don't want to have to buy another laptop. I'll keep exploring ...&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 23:10:37 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Fusion-Discussions/Can-t-get-gdb-to-attach-between-two-Ubuntu-VMs-in-Fusion-13-0-0/m-p/2949712#M181499</guid>
      <dc:creator>stevepate</dc:creator>
      <dc:date>2023-01-19T23:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get gdb to attach between two Ubuntu VMs in Fusion 13.0.0 / Apple Silicon</title>
      <link>https://communities.vmware.com/t5/VMware-Fusion-Discussions/Can-t-get-gdb-to-attach-between-two-Ubuntu-VMs-in-Fusion-13-0-0/m-p/2951555#M181662</link>
      <description>&lt;P&gt;I've gone back to UTM for now and using gdb fine sans breakpoints. But that does tell me that it's not an issue with VMtools as open-vm-tools is not running in my VMs.&lt;BR /&gt;&lt;BR /&gt;I would love to get this fixed in Fusion. It would be great if someone knows how to do this.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2023 14:26:23 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Fusion-Discussions/Can-t-get-gdb-to-attach-between-two-Ubuntu-VMs-in-Fusion-13-0-0/m-p/2951555#M181662</guid>
      <dc:creator>stevepate</dc:creator>
      <dc:date>2023-01-30T14:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get gdb to attach between two Ubuntu VMs in Fusion 13.0.0 / Apple Silicon</title>
      <link>https://communities.vmware.com/t5/VMware-Fusion-Discussions/Can-t-get-gdb-to-attach-between-two-Ubuntu-VMs-in-Fusion-13-0-0/m-p/2952497#M181738</link>
      <description>&lt;P&gt;Ah! My UTM VMS do have open-vm-tools running inside&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2023 20:25:57 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Fusion-Discussions/Can-t-get-gdb-to-attach-between-two-Ubuntu-VMs-in-Fusion-13-0-0/m-p/2952497#M181738</guid>
      <dc:creator>stevepate</dc:creator>
      <dc:date>2023-02-03T20:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get gdb to attach between two Ubuntu VMs in Fusion 13.0.0 / Apple Silicon</title>
      <link>https://communities.vmware.com/t5/VMware-Fusion-Discussions/Can-t-get-gdb-to-attach-between-two-Ubuntu-VMs-in-Fusion-13-0-0/m-p/2965754#M182861</link>
      <description>&lt;P&gt;Obviously not a lot of people are running gdb/kgdb on the Linux kernel &lt;img class="lia-deferred-image lia-image-emoji" src="https://communities.vmware.com/html/@8D3AC78033E090809829B1C8262B7619/emoticons/1f61e.png" alt=":disappointed_face:" title=":disappointed_face:" /&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I solved my problem in UTM by running 2 VMs using x86_64 emulation. It's slow (kernel compilation takes 17 hours compared to 1 hour native) but it does work.&lt;BR /&gt;&lt;BR /&gt;It would be nice if this all worked on Fusion.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2023 16:57:06 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Fusion-Discussions/Can-t-get-gdb-to-attach-between-two-Ubuntu-VMs-in-Fusion-13-0-0/m-p/2965754#M182861</guid>
      <dc:creator>stevepate</dc:creator>
      <dc:date>2023-04-26T16:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get gdb to attach between two Ubuntu VMs in Fusion 13.0.0 / Apple Silicon</title>
      <link>https://communities.vmware.com/t5/VMware-Fusion-Discussions/Can-t-get-gdb-to-attach-between-two-Ubuntu-VMs-in-Fusion-13-0-0/m-p/2965759#M182864</link>
      <description>&lt;P&gt;Given the lack of resources to get ARM native code running properly on current versions, I wouldn't hold out hope. &amp;nbsp;We've been waiting months for updates since the release of 13 (which really was a second tech preview given all the limitations).&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2023 17:12:05 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Fusion-Discussions/Can-t-get-gdb-to-attach-between-two-Ubuntu-VMs-in-Fusion-13-0-0/m-p/2965759#M182864</guid>
      <dc:creator>ColoradoMarmot</dc:creator>
      <dc:date>2023-04-26T17:12:05Z</dc:date>
    </item>
  </channel>
</rss>

