roozbeh gholizadeh wrote:
Is there a way to comunicate with gdb through custom commands from lazarus?
for example manually set breakpoints at addresses and ...?

Short answer: nope.

Long answer: Lazarus needs exactly to know what messages are send to gdb so it know where the responses belong to. Acting on gdb output is maybe possible, but more complex. Further, for better/clearer interpretation, lazarus uses the -mi interface of gdb. As a user you would enter normal gdb commands. In -mi mode gdb does understand them, but unfortunately, it does not respond with a -mi response as if you sent it with -mi (it is a normal user response packed in -mi, horrible to parse)

Marc


_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to