-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Programming, Running and Debugging Book #1
Comments
From @therealprof on July 5, 2018 22:56 @ryankurte LLDB is (was?) not viable for flashing, debugging works okay. But you're right we should probably focus on GDB for now and once we have a proper LLDB workflow (potentially even "batteries included") we could add a chapter/section and swap roles. Re: Debuggers I think it is important to mention that each debugger (except for BMP) comes with their own flashing tools and/or built-in MSD and also can be used with OpenOCD. I don't think it makes sense to highlight the proprietary software aspects of e.g. JLink and STLink and instead focus on OSS (e.g. OpenOCD or in case of STLink there's also https://github.com/texane/stlink). Hardware wise we should also mention https://github.com/ARMmbed/DAPLink which is a ARM protocol standard and used by a lot of manufacturers (except ST). Also so far we only have SWD covered which is ARM only. We might have to extend that for other proprietary protocols or (shrug) JTAG. |
From @ryankurte on July 5, 2018 23:30 Agreed about swapping to LLDB when viable.
I think it's less absolute than that, ime JLink/JLinkExe/GDB is pretty standard in industry and the only approach that works with many of the cores I use, for that example I think the proprietary tools should be highlighted. I've updated the top post to reflect these changes, does that cover your concerns? |
From @therealprof on July 5, 2018 23:41 Looks good to me. |
From @kjetilkjeka on July 6, 2018 7:49 Looks good, just a few comments.
|
From @therealprof on July 6, 2018 8:9 @kjetilkjeka I never managed to get that working properly on my Mac so I'm wary about adding it. Having said that, the 1990s interface of GDB is one the two reasons why I'd really like to see lldb becoming useful for embedded. |
From @korken89 on July 6, 2018 8:56 @ryankurte I think this looks good. On GDB vs LLDB, I think it will be gradual transition as LLDB becomes viable. Not loosing functionality is important to the "advanced user", while the beginner often only "wants it to work" - and we need to cater to both when coming to try Rust. @kjetilkjeka I use GDB dashboard daily, but it has its quirks. If one wants a simple frontend to GDB there is a plethora to choose from, from built in views in Eclipse, VS Code, Atom, etc. to website based GDB frontends. However I do not believe that specific effort should be given to one specific as it is very much up to the user to select ones favorite - but I certainly think a few links to common and popular ones could be a good middle ground. |
From @ryankurte on July 7, 2018 5:1
It's nasty to learn but on a whole
Definitely agreed |
Ok, the "New Book" exists now. @rust-embedded/resources, @ryankurte and @korken89 have write access, bors permissions, etc. I have not yet enabled the bors restriction of "one approved review to land" (let me know when I should do that) and I have given this repo a terrible name so please come up with a good one :-). |
From @japaric on August 10, 2018 2:43
From @ryankurte on July 5, 2018 22:23
As mentioned here it'd be great to develop Running and Debugging into a useful tool-independent resource.
As far as I see it, we need:
At this stage lldb isn't really viable for embedded debugging, so there's going to be a requirement for target GDB at least for now.
Any thoughts?
(@therealprof, @kjetilkjeka, @korken89)
Copied from original issue: rust-embedded/wg#112
Copied from original issue: rust-embedded/book#10
The text was updated successfully, but these errors were encountered: