question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Assembly and Breakpoint layouts fail to show

See original GitHub issue

Bug

Encountered this while debugging an android application through gdbserver. Target application architecture - ARM 32 bit. GDB used - gdb-multiarch 7.11.1 GDBServer used - 7.11

Assembly can be viewed normally using layout asm.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:12 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
cyrus-andcommented, Sep 27, 2019

https://github.com/cyrus-and/gdb-dashboard/blob/462b7d658db08655bc8e80a5b6435e4a93554a51/.gdbinit#L312

Now this is really weird, gdb.breakpoints() returns None instead of [] in your version so that or should fix this.

>>> python print(gdb.breakpoints())
None
>>> python print(gdb.breakpoints() or [])
[]
1reaction
cyrus-andcommented, Sep 27, 2019

Ah… yet another change in the API, it should be fixed now.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Making a symbolic Breakpoints / Fixing Auto-layout issue
"Making symbolic breakpoints seems to solve these problem" is incorrect. Making a symbolic breakpoint will not magically fix the issue.
Read more >
Debugger Cannot Display Source Code or Disassembly
See the reasons for the message "Debugger cannot display source code or disassembly for the current location where execution has stopped".
Read more >
UITableViewAlertForLayoutOutsi...
Hi i get an error. [TableView] Warning once only: UITableView was told to layout its visible cells and other contents without being in...
Read more >
Breakpoint attribute problem - C / C++ IDE (CDT) - Eclipse
When I set breakpoints in Eclipse/CDT (Helios) I get the following error: "Breakpoint attribute problem: installation failed"
Read more >
CCS v6.0.0.156 - Failure setting breakpoint - Code Composer ...
I can manually locate main in dis-assembly view and put breakpoint and then in works fine. But that's very uncomfortable.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found