Questions tagged [lxr]

12 questions
4
votes
1 answer

Is there any git web gateway which crossreferences Python source code

We are using cgit and Trac to browse our source from web browsers. One thing I'm missing is crossreferencing (i.e. links in the source code to the token definition). I've seen lxr, but it doesn't seem to plug into cgit or anything else. Have you…
alex
  • 5,213
  • 1
  • 24
  • 33
2
votes
5 answers

How can I download source code from Linux Cross Reference library (generated by LXR engine)?

I wanted to download Linux kernel module source code from http://lxr.free-electrons.com/source/net/bluetooth/. Is there any tool like SVN to download the source code generated by LXR engine? Thanks in advance!
1
vote
2 answers

linux 0.01 kernel cross reference

i am searching for a linux cross reference for the first linux kernel 0.01, many websites provide a LXR (Linux Cross Reference) for existing kernels starting from 2.x but not including old ones.
younes zeboudj
  • 856
  • 12
  • 22
1
vote
1 answer

LXR setup, all done, but the page said "Unrecoverable error, No known root for source-tree lxr", why?

I install LXR in my PC to build reference of Linux source code, I follow the step of LXR manual, every thing is done, but when I open my website, the page said "Unrecoverable error, No known root for source-tree lxr", could anybody help?
superK
  • 3,932
  • 6
  • 30
  • 54
1
vote
1 answer

LXR, DXR or woboq for WebKit?

Is there anywhere that you can browse the WebKit source code easily and be able to "go to definition" for information about every variable, type, and function? Something like the Linux Cross Reference, Mozilla's DXR, or woboq Code Browser.
Ky Ng
  • 33
  • 3
1
vote
2 answers

how to read linux kernel, any good tools to read kernel?

linux kernel is really worth to spend a lot of time of read, but it is so large, and you don't know how to trace where you should start to read, and what you have read before? usuallly people try to read linux kernel would make some comments when…
hugemeow
  • 7,777
  • 13
  • 50
  • 63
0
votes
1 answer

I can not get the "lxr " throught apt-get

everyone. Firstly, forgive my poor English #_# I use ubuntu 11.10 now. And I want to install lxr.But I can not get it throught sudo apt-get install lxr. The apt-get can not find the lxr. I had google for this problem, but failed. Could you tell me…
wengsht
  • 148
  • 2
  • 9
0
votes
3 answers

How to locate the complete definition of a struct at the site lxr.free-electrons.com?

The site lxr.free-electrons.com is very useful when I want to find the definition of a struct in linux kernel. However, what's annoying is: If a struct is declared in many other header files, then the found results will be a lot of incomplete…
xmllmx
  • 39,765
  • 26
  • 162
  • 323
0
votes
2 answers

How to read the LXR?

I want to read some Linux Kernel source code, and I found LXR. It's great, but sometimes when I click on some function, like 'kfree', and I got this: When 'link' using ld, there must be no conflicts. So the question is : How to determine which one…
njuguoyi
  • 399
  • 4
  • 10
0
votes
1 answer

LXR initdb-mysql script in v2.0.0

I am trying to install LXR tp parse my working folder of linux. In some of the tutorials on the web to set it up, they are trying to use the initdb-mysql script to initialize LXR's database in mysql. Well, I can not find this script in v2.0.0 but I…
feeling_lonely
  • 6,665
  • 4
  • 27
  • 53
0
votes
1 answer

I would like to generate cross reference for my own linux kernel working folder

I am working on a linux kernel, and I would like to generate my own cross reference pages for the working folder....similar to what is found here. So, obviously the question is....how do I do that?
feeling_lonely
  • 6,665
  • 4
  • 27
  • 53
-1
votes
1 answer

Is there any cross reference site for the android OS source codes?

Is there any equivalent cross reference for the open source code of android operating system, such there is for linux (lxr) ?
0x90
  • 39,472
  • 36
  • 165
  • 245