Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] A question about debug using DDD

Date: Fri, 8 Sep 2006 17:45:26 +0800
Hello Nathan, 

Many thanks for your answer! I'm out of office last 3 days.

A little thing can be added: the source path is "/asn1/your_protocol",
not "/epan/dissectors".

Have a nice weekend
patrick

>-----Original Message-----
>From: wireshark-dev-bounces@xxxxxxxxxxxxx 
>[mailto:wireshark-dev-bounces@xxxxxxxxxxxxx] On Behalf Of ext 
>Ulf Lamping
>Sent: Wednesday, September 06, 2006 3:06 PM
>To: Developer support list for Wireshark
>Subject: Re: [Wireshark-dev] A question about debug using DDD
>
>Nathan Jennings wrote:
>> patrick.yan@xxxxxxxxx wrote:
>>   
>>> hello,
>>>
>>> when debug with DDD, I set a breakpoint in function 
>"proto_register_chlip" by command: b proto_register_chlip. 
>>> then: run
>>>
>>> but it display:
>>> Breakpoint 2, proto_register_chlip () at packet-chlip-template.c:60
>>> 60       packet-chlip-template.c: No such file or directory.
>>>          in packet-chlip-template.c
>>>
>>> Can you tell me why I can set the breakpoint successfully, 
>but cannot find it in .c file? whether I should set some 
>parameters to make this breakpoint in packet-chlip.c file not 
>packet-chlip-template.c?
>>>
>>>     
>>
>> You can "cd" into the directory where those source files exist and 
>> then start ddd, or look in the ddd menu "Edit" -> "GDB 
>Settings..." -> 
>> "Search path for source files" and explicitly add the path there.
>>
>>   
>Could you add this to http://wiki.wireshark.org/Development/Tips?
>
>Regards, ULFL
>_______________________________________________
>Wireshark-dev mailing list
>Wireshark-dev@xxxxxxxxxxxxx
>http://www.wireshark.org/mailman/listinfo/wireshark-dev
>