Patch Set 1: > I think I'll drop this patch, agreed?
agreed. you can also always add breakpoints to get the backtrace / calling function like the following 4 gdb lines: break ipa_msg_alloc commands bt 2 continue end It will print you a "depth-2" backtrace every time the function is called, revealing the caller. -- To view, visit https://gerrit.osmocom.org/4076 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ic67ca94b27a4f36ba1bf655b4cd1c7e78fd06ab8 Gerrit-PatchSet: 1 Gerrit-Project: libosmocore Gerrit-Branch: master Gerrit-Owner: Neels Hofmeyr <[email protected]> Gerrit-Reviewer: Harald Welte <[email protected]> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: Max <[email protected]> Gerrit-Reviewer: Neels Hofmeyr <[email protected]> Gerrit-HasComments: No
