[ 
https://issues.apache.org/jira/browse/ARROW-15423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated ARROW-15423:
-----------------------------------
    Labels: pull-request-available  (was: )

> [C++][Dev] Make GDB plugin auto-load friendly
> ---------------------------------------------
>
>                 Key: ARROW-15423
>                 URL: https://issues.apache.org/jira/browse/ARROW-15423
>             Project: Apache Arrow
>          Issue Type: Task
>          Components: C++, Developer Tools
>            Reporter: Antoine Pitrou
>            Assignee: Antoine Pitrou
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 8.0.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Ideally the GDB script should be usable both as an auto-load script and as a 
> target for manual {{source}} invocations.
> The GLib pretty-printer does it like this:
> {code:python}
> def register(obj):
>     if obj is None:
>         obj = gdb
>     obj.pretty_printers.append(pretty_printer_lookup)
> register(gdb.current_objfile())
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to